Home
last modified time | relevance | path

Searched refs:getARangeSection (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h75 virtual StringRef getARangeSection() = 0;
111 virtual StringRef getARangeSection() { return ARangeSection; } in getARangeSection() function
DDWARFContext.cpp27 DataExtractor arangesData(getARangeSection(), isLittleEndian(), 0); in dump()
72 DataExtractor arangesData(getARangeSection(), isLittleEndian(), 0); in getDebugAranges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h196 virtual StringRef getARangeSection() = 0;
288 StringRef getARangeSection() override { return ARangeSection; } in getARangeSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h41 virtual StringRef getARangeSection() const { return ""; } in getARangeSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp44 DataExtractor ArangesData(CTX->getARangeSection(), CTX->isLittleEndian(), 0); in generate()
DDWARFContext.cpp145 DataExtractor arangesData(getARangeSection(), isLittleEndian(), 0); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp46 DataExtractor ArangesData(CTX->getDWARFObj().getARangeSection(), in generate()
DDWARFContext.cpp403 DObj->getARangeSection())) { in dump()
405 DataExtractor arangesData(DObj->getARangeSection(), isLittleEndian(), 0); in dump()
1540 StringRef getARangeSection() const override { return ARangeSection; } in getARangeSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp61 DataExtractor ArangesData(DCtx.getDWARFObj().getARangeSection(), in dumpDebugARanges()