reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/ModuleSummaryIndex.h
 1291     auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
lib/Bitcode/Writer/BitcodeWriter.cpp
 4165     auto TidIter = Index.typeIds().equal_range(T);
lib/IR/AsmWriter.cpp
 2992       auto TidIter = TheIndex->typeIds().equal_range(GUID);
 3030   auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);
lib/LTO/LTO.cpp
  272     auto TidIter = Index.typeIds().equal_range(TId);
tools/clang/include/clang/Driver/Compilation.h
  151     return OrderedOffloadingToolchains.equal_range(Kind);
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
   33   auto ItPair = MultiMap.equal_range(Kind);