Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp54 for (auto *CU : M.debug_compile_units()) { in processModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h767 iterator_range<debug_compile_units_iterator> debug_compile_units() const { in debug_compile_units() function
/external/llvm/include/llvm/IR/
DModule.h743 iterator_range<debug_compile_units_iterator> debug_compile_units() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp679 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
838 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp64 for (auto *CU : M.debug_compile_units()) in processModule()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp479 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()