Home
last modified time | relevance | path

Searched refs:CUs (Results 1 – 14 of 14) 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/llvm/include/llvm/IR/
DDebugInfo.h108 return make_range(CUs.begin(), CUs.end()); in compile_units()
127 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
134 SmallVector<DICompileUnit *, 8> CUs;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h42 DWARFUnitSection<DWARFCompileUnit> CUs; variable
93 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
117 return CUs.size(); in getNumCompileUnits()
141 return CUs[index].get(); in getCompileUnitAtIndex()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp54 CUs.push_back(std::move(U)); in addUnit()
60 for (const auto &TheU : CUs) { in emitUnits()
78 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
DDwarfFile.h49 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs; variable
69 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; } in getUnits()
DDwarfDebug.cpp1722 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
1725 CUs.push_back(CU); in emitDebugARanges()
1729 std::sort(CUs.begin(), CUs.end(), [](const DwarfUnit *A, const DwarfUnit *B) { in emitDebugARanges()
1734 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges()
/external/llvm/lib/IR/
DDebugInfo.cpp89 CUs.clear(); in reset()
262 CUs.push_back(CU); in addCompileUnit()
DVerifier.cpp3898 auto *CUs = M->getNamedMetadata("llvm.dbg.cu"); in verifyTypeRefs() local
3899 if (!CUs) in verifyTypeRefs()
3904 for (auto *CU : CUs->operands()) in verifyTypeRefs()
/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.cpp399 CUs.parse(*this, getInfoSection()); in parseCompileUnits()
426 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/elfutils/libdw/
DChangeLog1134 to search TUs instead of CUs.
/external/elfutils/libdwfl/
DChangeLog1259 initialized and these are always real CUs, never TUs.