Searched refs:getTUIndexSection (Results 1 – 2 of 2) sorted by relevance
218 virtual StringRef getTUIndexSection() = 0;314 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
284 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()