Searched refs:getLocSection (Results 1 – 3 of 3) sorted by relevance
174 virtual const DWARFSection &getLocSection() = 0;257 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection() function
276 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0); in getDebugLoc()277 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()
728 const DWARFSection &InputSec = Dwarf.getLocSection(); in emitLocationsForUnit()