/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | two-entry-phi-return.dbg.ll | 6 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 11 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
D | hoist-common-code.dbg.ll | 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 12 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
D | 2003-08-17-FoldSwitch-dbg.ll | 8 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 13 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
D | switch_formation.dbg.ll | 6 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 11 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
D | branch-branch-dbginfo.ll | 14 …nit.type { i32 393233, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 … 15 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 393216, i32 17 }, section "…
|
D | switch_switch_fold_dbginfo.ll | 13 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 17 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
D | branch_fold_dbg.ll | 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 12 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-FoldSwitch-dbg.ll | 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 12 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-FoldSwitch-dbg.ll | 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "… 12 …nit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 …
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 94 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/external/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 75 for (DICompileUnit *CU : Finder.compile_units()) { in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 74 for (DICompileUnit *CU : Finder.compile_units()) { in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 104 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 50 for (const auto &CU : CTX->compile_units()) { in generate()
|
D | DWARFContext.cpp | 92 for (const auto &CU : compile_units()) in dump() 154 for (const auto &CU : compile_units()) { in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 53 for (const auto &CU : CTX->compile_units()) { in generate()
|
D | DWARFVerifier.cpp | 543 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() 587 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() 794 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() 1318 for (const std::unique_ptr<DWARFCompileUnit> &CU : DCtx.compile_units()) { in verifyDebugNames()
|
D | DWARFContext.cpp | 355 compile_units()); in dump() 432 DWARFDebugLine::SectionParser Parser(LineData, *this, compile_units(), in dump() 552 DObj->getStringSection(), compile_units(), type_unit_sections(), in dump() 1624 for (const auto &CU : compile_units()) { in getCUAddrSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 117 for (const auto &CU : DCtx.compile_units()) { in dumpDebugInfo() 241 for (const auto &CU : DCtx.compile_units()) { in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 201 for (const auto &CU : static_cast<DWARFContext *>(&DICtx)->compile_units()) in collectStatsForObjectFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 147 cu_iterator_range compile_units() { in compile_units() function
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 324 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 334 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 92 cu_iterator_range compile_units() { in compile_units() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 415 for (auto &Unit : DWARF->compile_units()) { in parseCodeSections()
|