Home
last modified time | relevance | path

Searched refs:getRangeSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h201 virtual StringRef getRangeSection() = 0;
293 StringRef getRangeSection() override { return RangeSection; } in getRangeSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp21 parseImpl(C, Section, C.getDebugAbbrev(), C.getRangeSection(), in parse()
DDWARFContext.cpp222 DataExtractor rangesData(getRangeSection(), isLittleEndian(), in dump()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2881 DataExtractor RangeExtractor(OrigDwarf.getRangeSection(), in patchRangesForUnit()