Searched refs:getCUIndexSection (Results 1 – 4 of 4) sorted by relevance
222 virtual StringRef getCUIndexSection() = 0;320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection() function
75 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
447 DObj->getCUIndexSection())) { in dump()639 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()1518 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonddd817f10c11::DWARFObjInMemory
280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()