Searched refs:CURanges (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp53 DWARFAddressRangesVector CURanges; local
54 CU->collectAddressRanges(CURanges);
55 for (const auto &R : CURanges) {
H A DDWARFUnit.cpp312 void DWARFUnit::collectAddressRanges(DWARFAddressRangesVector &CURanges) { argument
316 CURanges.insert(CURanges.end(), CUDIERanges.begin(), CUDIERanges.end());
327 DieArray[0].collectChildrenAddressRanges(this, CURanges);
332 DWO->getUnit()->collectAddressRanges(CURanges);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h53 SmallVector<RangeSpan, 2> CURanges; member in class:llvm::DwarfCompileUnit
225 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
226 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); }
H A DDwarfCompileUnit.cpp217 if (CURanges.empty() || !SameAsPrevCU ||
218 (&CURanges.back().getEnd()->getSection() !=
220 CURanges.push_back(Range);
224 CURanges.back().setEnd(Range.getEnd());
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h207 void collectAddressRanges(DWARFAddressRangesVector &CURanges);

Completed in 105 milliseconds