Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp44 if (M->debug_compile_units().empty()) in BPFPreserveDITypeImpl()
H A DBPFAsmPrinter.cpp64 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
H A DBPFAbstractMemberAccess.cpp200 if (M->debug_compile_units().empty()) in run()
H A DBPFISelLowering.cpp748 if (M->debug_compile_units().empty()) in createBPFUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp104 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.cpp1198 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1397 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
H A DAsmPrinter.cpp469 DbgInfoAvailable = !M.debug_compile_units().empty(); in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h852 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp700 !F.getParent()->debug_compile_units().empty(); in needsFrameMoves()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp740 for (DICompileUnit *CU : M.debug_compile_units()) { in emitHeader()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp214 for (auto *CU : M.debug_compile_units()) in processModule()