Searched defs:CURanges (Results 1 - 3 of 3) 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.cpp334 void DWARFUnit::collectAddressRanges(DWARFAddressRangesVector &CURanges) { argument
341 CURanges.insert(CURanges.end(), CUDIERanges.begin(), CUDIERanges.end());
352 DieArray[0].collectChildrenAddressRanges(this, CURanges);
357 DWO->getUnit()->collectAddressRanges(CURanges);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h68 SmallVector<RangeSpan, 2> CURanges; member in class:llvm::DwarfCompileUnit
256 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
257 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); }

Completed in 101 milliseconds