Searched refs:getTUIndexSection (Results 1 – 4 of 4) sorted by relevance
223 virtual StringRef getTUIndexSection() = 0;321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
77 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
452 DObj->getTUIndexSection())) { in dump()650 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()1520 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anonddd817f10c11::DWARFObjInMemory
291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()