Searched refs:getLocSection (Results 1 – 2 of 2) sorted by relevance
143 virtual const Section &getLocSection() = 0;215 virtual const Section &getLocSection() { return LocSection; } in getLocSection() function
222 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0); in getDebugLoc()223 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()