Home
last modified time | relevance | path

Searched refs:CUs (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/tests/
Drun-readelf-gdb_index.sh90 [ 123] symbol: global, CUs: 1
91 [ 489] symbol: main, CUs: 0
92 [ 518] symbol: char, CUs: 0
93 [ 661] symbol: foo, CUs: 0T
94 [ 741] symbol: hello, CUs: 0, 1
95 [ 746] symbol: say, CUs: 1
96 [ 754] symbol: int, CUs: 0
121 [ 123] symbol: global, CUs: 1 (var:G)
122 [ 489] symbol: main, CUs: 0 (func:G)
123 [ 518] symbol: char, CUs: 0 (type:S)
[all …]
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp107 CUs.push_back(DWARFCompileUnit(*this)); in parseCompileUnits()
108 if (!CUs.back().extract(debug_info_data, &offset)) { in parseCompileUnits()
109 CUs.pop_back(); in parseCompileUnits()
113 offset = CUs.back().getNextCompileUnitOffset(); in parseCompileUnits()
133 if (CUs.empty()) in getCompileUnitForOffset()
136 DWARFCompileUnit *i = std::lower_bound(CUs.begin(), CUs.end(), offset, in getCompileUnitForOffset()
138 if (i != CUs.end()) in getCompileUnitForOffset()
DDWARFContext.h29 SmallVector<DWARFCompileUnit, 1> CUs; variable
45 if (CUs.empty()) in getNumCompileUnits()
47 return CUs.size(); in getNumCompileUnits()
51 if (CUs.empty()) in getCompileUnitAtIndex()
53 return &CUs[index]; in getCompileUnitAtIndex()
/external/llvm/include/llvm/IR/
DModule.h702 NamedMDNode *CUs;
706 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx)
707 : CUs(CUs), Idx(Idx) {
731 auto *CUs = getNamedMetadata("llvm.dbg.cu");
732 return debug_compile_units_iterator(CUs, 0);
736 auto *CUs = getNamedMetadata("llvm.dbg.cu");
737 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0);
744 auto *CUs = getNamedMetadata("llvm.dbg.cu");
746 debug_compile_units_iterator(CUs, 0),
747 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0));
DDebugInfo.h95 return make_range(CUs.begin(), CUs.end()); in compile_units()
114 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
121 SmallVector<DICompileUnit *, 8> CUs;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h41 DWARFUnitSection<DWARFCompileUnit> CUs; variable
94 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
118 return CUs.size(); in getNumCompileUnits()
142 return CUs[index].get(); in getCompileUnitAtIndex()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp55 CUs.push_back(std::move(U)); in addUnit()
61 for (const auto &TheU : CUs) in emitUnits()
82 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
DDwarfFile.h50 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
71 return CUs; in getUnits()
DDwarfDebug.cpp1617 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
1620 CUs.push_back(CU); in emitDebugARanges()
1624 std::sort(CUs.begin(), CUs.end(), in emitDebugARanges()
1630 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges()
DCodeViewDebug.cpp1987 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForGlobals() local
1988 for (const MDNode *Node : CUs->operands()) { in emitDebugInfoForGlobals()
2029 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
2030 for (const MDNode *Node : CUs->operands()) { in emitDebugInfoForRetainedTypes()
/external/llvm/lib/IR/
DModule.cpp385 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *()
388 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->()
392 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
DDebugInfo.cpp45 CUs.clear(); in reset()
205 CUs.push_back(CU); in addCompileUnit()
DVerifier.cpp4256 auto *CUs = M->getNamedMetadata("llvm.dbg.cu"); in verifyCompileUnits() local
4258 if (CUs) in verifyCompileUnits()
4259 Listed.insert(CUs->op_begin(), CUs->op_end()); in verifyCompileUnits()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h827 iterator compile_unit_begin() const { return CUs.begin(); } in compile_unit_begin()
828 iterator compile_unit_end() const { return CUs.end(); } in compile_unit_end()
836 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
842 SmallVector<MDNode *, 8> CUs; // Compile Units
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dcomparing_scenarios.story1 Scenario: Compare CUs containing lambdas should not crash awfully
/external/llvm/test/DebugInfo/Generic/
Dtwo-cus-from-same-file.ll2 ; There are two CUs coming from /tmp/foo.c in this module. Make sure it doesn't
Dlto-comp-dir.ll21 ; However, if a single line table is emitted and shared between CUs, the
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()
444 return CUs.getUnitForOffset(Offset); in getCompileUnitForOffset()
/external/llvm/test/DebugInfo/X86/
Dfission-inline.ll12 ; function into the .dwo file, which may be shared with other CUs in the dwo ;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp1077 CUs.push_back(CU); in addCompileUnit()
/external/elfutils/libdw/
DChangeLog1134 to search TUs instead of CUs.
/external/elfutils/libdwfl/
DChangeLog1259 initialized and these are always real CUs, never TUs.