Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp226 !M.debug_compile_units().empty(); in doInitialization()
242 !M.debug_compile_units().empty(); in run()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceDIMetadata.cpp88 for (const auto &DC : Program.debug_compile_units()) in extractDIMetadataFromModule()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp106 if (M.debug_compile_units().empty()) in buildDebugInfoForNoopResumeDestroyFunc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp103 if (M->debug_compile_units().empty()) in beginModule()
H A DDwarfDebug.cpp1216 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1419 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h782 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp864 for (DICompileUnit *CU : M.debug_compile_units()) { in emitHeader()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp164 for (auto *CU : M.debug_compile_units()) in processModule()