HomeSort by: relevance | last modified time | path
    Searched refs:typeIds (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1440 const TypeIdSummaryMapTy &typeIds() const { return TypeIdMap; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1096 // Start numbering the TypeIds after the GUIDs.
1098 for (const auto &TID : TheIndex->typeIds())
2951 for (const auto &TID : TheIndex->typeIds()) {
3284 auto TidIter = TheIndex->typeIds().equal_range(GUID);
3322 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 197 // Typeids used in this module.
292 auto TidIter = Index.typeIds().equal_range(TId);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4333 auto TidIter = Index.typeIds().equal_range(T);

Completed in 29 milliseconds