Home
last modified time | relevance | path

Searched refs:compile_units (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
D2003-08-17-FoldSwitch-dbg.ll7 @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/
D2003-08-17-FoldSwitch-dbg.ll7 @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/
Dsources.py11 for compile_unit in module.compile_units:
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp430 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/
DDebugInfo.h94 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
/external/llvm-project/lld/Common/
DDWARF.cpp18 for (std::unique_ptr<DWARFUnit> &cu : dwarf->compile_units()) { in DWARFCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp74 for (DICompileUnit *CU : Finder.compile_units()) { in print()
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp75 for (DICompileUnit *CU : Finder.compile_units()) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h103 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h109 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp137 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/
DDWARFDebugAranges.cpp53 for (const auto &CU : CTX->compile_units()) { in generate()
DDWARFVerifier.cpp661 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/
DSBSymbolContextList.i129compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn…
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp50 for (const auto &CU : CTX->compile_units()) { in generate()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp59 for (const auto &CU : CTX->compile_units()) { in generate()
DDWARFVerifier.cpp718 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/
DModuleDebugInfoPrinter.cpp79 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp324 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h152 unit_iterator_range compile_units() { return info_section_units(); } in compile_units() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp334 for (DICompileUnit *DIC : F.compile_units()) { in runOnModule()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h167 compile_unit_range compile_units() { in compile_units() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h92 cu_iterator_range compile_units() { in compile_units() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp333 for (DICompileUnit *DIC : F.compile_units()) { in stripDeadDebugInfoImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp196 for (DICompileUnit *CU : DIFinder.compile_units()) in CloneFunctionInto()
223 for (auto* Unit : DIFinder.compile_units()) in CloneFunctionInto()

12