Searched refs:CUs (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/tests/ |
D | run-readelf-gdb_index.sh | 90 [ 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/ |
D | DebugInfo.h | 108 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/ |
D | DWARFContext.h | 42 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/ |
D | DwarfFile.cpp | 54 CUs.push_back(std::move(U)); in addUnit() 60 for (const auto &TheU : CUs) { in emitUnits() 78 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
D | DwarfFile.h | 49 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs; variable 69 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; } in getUnits()
|
D | DwarfDebug.cpp | 1722 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/ |
D | DebugInfo.cpp | 89 CUs.clear(); in reset() 262 CUs.push_back(CU); in addCompileUnit()
|
D | Verifier.cpp | 3898 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/ |
D | two-cus-from-same-file.ll | 2 ; There are two CUs coming from /tmp/foo.c in this module. Make sure it doesn't
|
D | lto-comp-dir.ll | 21 ; However, if a single line table is emitted and shared between CUs, the
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 399 CUs.parse(*this, getInfoSection()); in parseCompileUnits() 426 return CUs.getUnitForOffset(Offset); in getCompileUnitForOffset()
|
/external/llvm/test/DebugInfo/X86/ |
D | fission-inline.ll | 12 ; function into the .dwo file, which may be shared with other CUs in the dwo ;
|
/external/elfutils/libdw/ |
D | ChangeLog | 1134 to search TUs instead of CUs.
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1259 initialized and these are always real CUs, never TUs.
|