Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h216 virtual StringRef getRangeDWOSection() = 0;
316 StringRef getRangeDWOSection() override { return RangeDWOSection; } in getRangeDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h65 virtual const DWARFSection &getRangeDWOSection() const { return Dummy; } in getRangeDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp29 parseImpl(C, DWOSection, C.getDebugAbbrevDWO(), C.getRangeDWOSection(), in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp45 parseImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangeDWOSection(), in parseDWO()
DDWARFContext.cpp1511 const DWARFSection &getRangeDWOSection() const override { in getRangeDWOSection() function in __anonddd817f10c11::DWARFObjInMemory