Searched refs:getTUIndexSection (Results 1 – 11 of 11) sorted by relevance
223 virtual StringRef getTUIndexSection() = 0;321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
84 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 __anon67bd87680d11::DWARFObjInMemory
573 DObj->getTUIndexSection())) { in dump()865 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()1987 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anon7dea586e1011::DWARFObjInMemory
448 DCtx.getDWARFObj().getTUIndexSection()) == 0; in handleDebugTUIndex()
291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()