Home
last modified time | relevance | path

Searched refs:debug_compile_units (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp228 !M.debug_compile_units().empty(); in doInitialization()
254 !DisableDebugInfoPrinting && !M.debug_compile_units().empty(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp45 if (M->debug_compile_units().empty()) in BPFPreserveDITypeImpl()
H A DBPFAsmPrinter.cpp63 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
H A DBPFAbstractMemberAccess.cpp200 if (M->debug_compile_units().empty()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp106 if (M.debug_compile_units().empty()) in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp106 if (M->debug_compile_units().empty()) in beginModule()
H A DDwarfDebug.cpp1191 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1387 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h869 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp902 for (DICompileUnit *CU : M.debug_compile_units()) { in emitHeader()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp196 for (auto *CU : M.debug_compile_units()) in processModule()