Home
last modified time | relevance | path

Searched refs:CURanges (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp53 DWARFAddressRangesVector CURanges; in generate() local
54 CU->collectAddressRanges(CURanges); in generate()
55 for (const auto &R : CURanges) { in generate()
DDWARFUnit.cpp334 void DWARFUnit::collectAddressRanges(DWARFAddressRangesVector &CURanges) { in collectAddressRanges() argument
341 CURanges.insert(CURanges.end(), CUDIERanges.begin(), CUDIERanges.end()); in collectAddressRanges()
352 DieArray[0].collectChildrenAddressRanges(this, CURanges); in collectAddressRanges()
357 DWO->getUnit()->collectAddressRanges(CURanges); in collectAddressRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp56 DWARFAddressRangesVector CURanges; in generate() local
57 CU->collectAddressRanges(CURanges); in generate()
58 for (const auto &R : CURanges) in generate()
DDWARFUnit.cpp437 void DWARFUnit::collectAddressRanges(DWARFAddressRangesVector &CURanges) { in collectAddressRanges() argument
445 CURanges.insert(CURanges.end(), CUDIERangesOrError.get().begin(), in collectAddressRanges()
460 getUnitDIE().collectChildrenAddressRanges(CURanges); in collectAddressRanges()
465 DWO->collectAddressRanges(CURanges); in collectAddressRanges()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h68 SmallVector<RangeSpan, 2> CURanges; variable
256 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges()
257 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); } in takeRanges()
DDwarfCompileUnit.cpp238 if (CURanges.empty() || !SameAsPrevCU || in addRange()
239 (&CURanges.back().getEnd()->getSection() != in addRange()
241 CURanges.push_back(Range); in addRange()
245 CURanges.back().setEnd(Range.getEnd()); in addRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h77 SmallVector<RangeSpan, 2> CURanges; variable
297 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges()
298 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); } in takeRanges()
DDwarfCompileUnit.cpp267 if (CURanges.empty() || !SameAsPrevCU || in addRange()
268 (&CURanges.back().getEnd()->getSection() != in addRange()
270 CURanges.push_back(Range); in addRange()
274 CURanges.back().setEnd(Range.getEnd()); in addRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h212 void collectAddressRanges(DWARFAddressRangesVector &CURanges);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h470 void collectAddressRanges(DWARFAddressRangesVector &CURanges);