Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h213 virtual const DWARFSection &getLocDWOSection() = 0;
311 const DWARFSection &getLocDWOSection() override { return LocDWOSection; } in getLocDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h60 virtual const DWARFSection &getLocDWOSection() const { return Dummy; } in getLocDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp383 DObj->getLocDWOSection().Data)) { in dump()
709 DataExtractor LocData(DObj->getLocDWOSection().Data, isLittleEndian(), in getDebugLocDWO()
1504 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFDie.cpp103 const DWARFSection &LocDWOSection = Obj.getLocDWOSection(); in dumpLocation()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp335 DataExtractor LocData(getLocDWOSection().Data, isLittleEndian(), 0); in getDebugLocDWO()