Home
last modified time | relevance | path

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

/external/elfutils/src/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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h34 DWARFUnitSection<DWARFCompileUnit> CUs; variable
82 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
106 return CUs.size(); in getNumCompileUnits()
130 return CUs[index].get(); in getCompileUnitAtIndex()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp45 CUs.push_back(std::move(U)); in addUnit()
51 for (const auto &TheU : CUs) { in emitUnits()
69 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
DDwarfFile.h47 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs; variable
67 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; } in getUnits()
DDwarfDebug.cpp1709 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
1712 CUs.push_back(CU); in emitDebugARanges()
1716 std::sort(CUs.begin(), CUs.end(), [](const DwarfUnit *A, const DwarfUnit *B) { in emitDebugARanges()
1721 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges()
/external/llvm/include/llvm/IR/
DDebugInfo.h492 return iterator_range<compile_unit_iterator>(CUs.begin(), CUs.end()); in compile_units()
511 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
518 SmallVector<DICompileUnit, 8> CUs;
/external/llvm/lib/IR/
DDebugInfo.cpp104 CUs.clear(); in reset()
271 CUs.push_back(CU); in addCompileUnit()
DVerifier.cpp3490 auto *CUs = M->getNamedMetadata("llvm.dbg.cu"); in verifyTypeRefs() local
3491 if (!CUs) in verifyTypeRefs()
3496 for (auto *CU : CUs->operands()) in verifyTypeRefs()
/external/llvm/test/DebugInfo/
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.cpp345 CUs.parse(*this, getInfoSection()); in parseCompileUnits()
372 return CUs.getUnitForOffset(Offset); in getCompileUnitForOffset()
/external/llvm/test/DebugInfo/X86/
Dfission-inline.ll10 ; function into the .dwo file, which may be shared with other CUs in the dwo ;
/external/elfutils/src/libdw/
DChangeLog824 to search TUs instead of CUs.
/external/elfutils/src/libdwfl/
DChangeLog910 initialized and these are always real CUs, never TUs.