Searched refs:CUs (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/src/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/DebugInfo/DWARF/ |
D | DWARFContext.h | 34 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/ |
D | DwarfFile.cpp | 45 CUs.push_back(std::move(U)); in addUnit() 51 for (const auto &TheU : CUs) { in emitUnits() 69 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
D | DwarfFile.h | 47 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs; variable 67 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; } in getUnits()
|
D | DwarfDebug.cpp | 1709 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/ |
D | DebugInfo.h | 492 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/ |
D | DebugInfo.cpp | 104 CUs.clear(); in reset() 271 CUs.push_back(CU); in addCompileUnit()
|
D | Verifier.cpp | 3490 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/ |
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 | 345 CUs.parse(*this, getInfoSection()); in parseCompileUnits() 372 return CUs.getUnitForOffset(Offset); in getCompileUnitForOffset()
|
/external/llvm/test/DebugInfo/X86/ |
D | fission-inline.ll | 10 ; function into the .dwo file, which may be shared with other CUs in the dwo ;
|
/external/elfutils/src/libdw/ |
D | ChangeLog | 824 to search TUs instead of CUs.
|
/external/elfutils/src/libdwfl/ |
D | ChangeLog | 910 initialized and these are always real CUs, never TUs.
|