HomeSort by relevance Sort by last modified time
    Searched refs:CUs (Results 1 - 9 of 9) sorted by null

  /external/elfutils/tests/
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/
DebugInfo.h 68 /// used by the CUs.
108 return make_range(CUs.begin(), CUs.end());
127 unsigned compile_unit_count() const { return CUs.size(); }
134 SmallVector<DICompileUnit *, 8> CUs;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 49 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs;
60 /// be shared across CUs, that is why we keep the map here instead
69 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; }
83 /// \brief Add a unit to the list of CUs.
DwarfFile.cpp 54 CUs.push_back(std::move(U));
60 for (const auto &TheU : CUs) {
78 for (const auto &TheU : CUs) {
DwarfDebug.cpp 398 // LTO with assembly output shares a single line table amongst multiple CUs.
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 42 DWARFUnitSection<DWARFCompileUnit> CUs;
62 /// and store them in CUs.
93 return cu_iterator_range(CUs.begin(), CUs.end());
117 return CUs.size();
141 return CUs[index].get();
  /external/llvm/lib/IR/
DebugInfo.cpp 89 CUs.clear();
262 CUs.push_back(CU);
Verifier.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 350 // which isn't specified in DWARF in general. It's only specified for CUs, but
399 CUs.parse(*this, getInfoSection());
426 return CUs.getUnitForOffset(Offset);

Completed in 216 milliseconds