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

  /external/llvm/lib/DebugInfo/
DWARFContext.h 29 SmallVector<DWARFCompileUnit, 1> CUs;
37 /// Read compile units from the debug_info section and store them in CUs.
45 if (CUs.empty())
47 return CUs.size();
51 if (CUs.empty())
53 return &CUs[index];
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 813 /// addCompileUnit - Add compile unit into CUs.
827 iterator compile_unit_begin() const { return CUs.begin(); }
828 iterator compile_unit_end() const { return CUs.end(); }
836 unsigned compile_unit_count() const { return CUs.size(); }
842 SmallVector<MDNode *, 8> CUs; // Compile Units

Completed in 167 milliseconds