Function llvm_sys::core::LLVMIsNewDbgInfoFormat

source ยท
pub unsafe extern "C" fn LLVMIsNewDbgInfoFormat(
    M: LLVMModuleRef,
) -> LLVMBool
Expand description

Soon to be deprecated.

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.