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

  /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.
DwarfDebug.cpp 398 // LTO with assembly output shares a single line table amongst multiple CUs.
    [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/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/
Verifier.cpp     [all...]

Completed in 70 milliseconds