/external/llvm-project/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-project/lldb/examples/python/ |
D | sources.py | 11 for compile_unit in module.compile_units:
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 430 for (const auto &CU : DICtx.compile_units()) { in convert() 443 for (const auto &CU : DICtx.compile_units()) in convert() 449 for (const auto &CU : DICtx.compile_units()) in convert() 455 for (const auto &CU : DICtx.compile_units()) { in convert()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 94 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/external/llvm-project/lld/Common/ |
D | DWARF.cpp | 18 for (std::unique_ptr<DWARFUnit> &cu : dwarf->compile_units()) { in DWARFCache()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 74 for (DICompileUnit *CU : Finder.compile_units()) { in print()
|
/external/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 75 for (DICompileUnit *CU : Finder.compile_units()) { in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 103 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfo.h | 109 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 137 for (const auto &CU : DCtx.compile_units()) { in dumpDebugRanges() 212 for (const auto &CU : DCtx.compile_units()) { in dumpDebugInfo() 345 for (const auto &CU : DCtx.compile_units()) { in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 53 for (const auto &CU : CTX->compile_units()) { in generate()
|
D | DWARFVerifier.cpp | 661 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() 703 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() 923 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() 1441 for (const std::unique_ptr<DWARFUnit> &U : DCtx.compile_units()) { in verifyDebugNames()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBSymbolContextList.i | 129 …compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn…
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 50 for (const auto &CU : CTX->compile_units()) { in generate()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 59 for (const auto &CU : CTX->compile_units()) { in generate()
|
D | DWARFVerifier.cpp | 718 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() 760 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() 980 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() 1497 for (const std::unique_ptr<DWARFUnit> &U : DCtx.compile_units()) { in verifyDebugNames()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 79 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 324 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 152 unit_iterator_range compile_units() { return info_section_units(); } in compile_units() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 334 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 167 compile_unit_range compile_units() { in compile_units() function
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 92 cu_iterator_range compile_units() { in compile_units() function
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 333 for (DICompileUnit *DIC : F.compile_units()) { in stripDeadDebugInfoImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 196 for (DICompileUnit *CU : DIFinder.compile_units()) in CloneFunctionInto() 223 for (auto* Unit : DIFinder.compile_units()) in CloneFunctionInto()
|