Home
last modified time | relevance | path

Searched refs:getLocSection (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h195 virtual const DWARFSection &getLocSection() = 0;
287 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp323 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0); in getDebugLoc()
324 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp379 DObj->getLocSection().Data)) { in dump()
695 DWARFDataExtractor LocData(*DObj, DObj->getLocSection(), isLittleEndian(), in getDebugLoc()
1539 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFDie.cpp102 const DWARFSection &LocSection = Obj.getLocSection(); in dumpLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp400 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp845 const DWARFSection &InputSec = Dwarf.getLocSection(); in emitLocationsForUnit()