Searched refs:getInfoSection (Results 1 – 5 of 5) sorted by relevance
73 virtual StringRef getInfoSection() = 0;109 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection() function
20 return DataExtractor(Context.getInfoSection(), in getDebugInfoExtractor()
104 const DataExtractor &debug_info_data = DataExtractor(getInfoSection(), in parseCompileUnits()
190 virtual const DWARFSection &getInfoSection() = 0;284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection() function
417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()