Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp361 MMI.DbgInfoAvailable = !M.debug_compile_units().empty(); in doInitialization()
376 MMI.DbgInfoAvailable = !M.debug_compile_units().empty(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp62 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
DBPFAbstractMemberAccess.cpp185 if (M.debug_compile_units().empty()) in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h751 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1006 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1195 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp63 for (auto *CU : M.debug_compile_units()) in processModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp862 for (DICompileUnit *CU : M.debug_compile_units()) { in emitHeader()