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