Searched refs:getTUIndexSection (Results 1 – 6 of 6) sorted by relevance
223 virtual StringRef getTUIndexSection() = 0;321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
83 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
81 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
505 DObj->getTUIndexSection())) { in dump()712 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()1814 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anonb929a5320d11::DWARFObjInMemory
570 DObj->getTUIndexSection())) { in dump()761 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()1876 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()