Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h209 virtual const DWARFSection &getInfoDWOSection() = 0;
305 const DWARFSection &getInfoDWOSection() override { return InfoDWOSection; } in getInfoDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h55 virtual const DWARFSection &getInfoDWOSection() const { return Dummy; } in getInfoDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp356 dumpDebugInfo(ExplicitDWO, ".debug_info.dwo", DObj->getInfoDWOSection(), in dump()
587 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection(), true); in getDWOCompileUnitForHash()
860 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection()); in parseDWOCompileUnits()
1529 const DWARFSection &getInfoDWOSection() const override { in getInfoDWOSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp430 DWOCUs.parseDWO(*this, getInfoDWOSection()); in parseDWOCompileUnits()