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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 45 SmallVector<std::unique_ptr<DwarfUnit>, 1> CUs;
54 const SmallVectorImpl<std::unique_ptr<DwarfUnit>> &getUnits() { return CUs; }
65 /// \brief Add a unit to the list of CUs.
DwarfDebug.cpp 633 // LTO with assembly output shares a single line table amongst multiple CUs.
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.h 34 CUVector CUs;
51 /// and store them in CUs.
86 return cu_iterator_range(CUs.begin(), CUs.end());
110 return CUs.size();
134 return CUs[index].get();
  /external/llvm/include/llvm/IR/
DebugInfo.h 848 /// used by the CUs.
879 /// addCompileUnit - Add compile unit into CUs.
    [all...]

Completed in 185 milliseconds