Home
last modified time | relevance | path

Searched refs:getRangesSectionSize (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h190 virtual uint64_t getRangesSectionSize() const = 0;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h101 uint64_t getRangesSectionSize() const override { return RangesSectionSize; } in getRangesSectionSize() function
DDWARFLinker.h195 virtual uint64_t getRangesSectionSize() const = 0;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp543 uint32_t getRangesSectionSize() const { return RangesSectionSize; } in getRangesSectionSize() function in llvm::dsymutil::__anondabe43b60111::DwarfStreamer
2896 RangeAttribute.set(Streamer->getRangesSectionSize()); in patchRangesForUnit()
2928 Attr->set(Streamer->getRangesSectionSize()); in generateUnitRanges()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1573 RangeAttribute.set(TheDwarfEmitter->getRangesSectionSize()); in patchRangesForUnit()
1609 Attr->set(TheDwarfEmitter->getRangesSectionSize()); in generateUnitRanges()