Function llvm_sys::core::LLVMIsNewDbgInfoFormat
source ยท pub unsafe extern "C" fn LLVMIsNewDbgInfoFormat(
M: LLVMModuleRef,
) -> LLVMBool
Expand description
Returns true if the module is in the new debug info mode which uses non-instruction debug records instead of debug intrinsics for variable location tracking.