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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 53 DWARFAddressRangesVector CURanges;
54 CU->collectAddressRanges(CURanges);
55 for (const auto &R : CURanges) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 68 SmallVector<RangeSpan, 2> CURanges;
256 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
257 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); }

Completed in 49 milliseconds