Searched refs:getTUIndex (Results 1 – 4 of 4) sorted by relevance
76 virtual const DWARFUnitIndex &getTUIndex() = 0;292 const DWARFUnitIndex &getTUIndex();
339 const DWARFUnitIndex &getTUIndex() override { in getTUIndex() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState657 const DWARFUnitIndex &getTUIndex() override { in getTUIndex() function in __anonfc0a132e0411::ThreadSafeState659 return ThreadUnsafeDWARFContextState::getTUIndex(); in getTUIndex()1222 getTUIndex().dump(OS); in dump()1351 if (const auto &TUI = getTUIndex()) { in getTypeUnitForHash()1420 const DWARFUnitIndex &DWARFContext::getTUIndex() { in getTUIndex() function in DWARFContext1421 return State->getTUIndex(); in getTUIndex()
898 return Context.getTUIndex(); in getDWARFUnitIndex()
951 ? context.GetAsLLVM().getTUIndex() in extract()