Searched refs:getCUIndexSection (Results 1 – 6 of 6) sorted by relevance
222 virtual StringRef getCUIndexSection() = 0;320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection() function
81 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
79 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
500 DObj->getCUIndexSection())) { in dump()701 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()1812 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonb929a5320d11::DWARFObjInMemory
565 DObj->getCUIndexSection())) { in dump()750 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()1874 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()