Searched refs:getCUIndexSection (Results 1 – 2 of 2) sorted by relevance
222 virtual StringRef getCUIndexSection() = 0;320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection() function
280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()