Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp237 !M.debug_compile_units().empty(); in doInitialization()
253 !M.debug_compile_units().empty(); in run()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp44 if (M->debug_compile_units().empty()) in BPFPreserveDITypeImpl()
H A DBPFAsmPrinter.cpp62 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
H A DBPFAbstractMemberAccess.cpp228 if (M->debug_compile_units().empty()) in run()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp104 if (M->debug_compile_units().empty()) in beginModule()
H A DDwarfDebug.cpp1190 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1393 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h782 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp855 for (DICompileUnit *CU : M.debug_compile_units()) { in emitHeader()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp148 for (auto *CU : M.debug_compile_units()) in processModule()