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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 738 const ModuleSummaryIndex *TheIndex = nullptr;
962 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {}
975 if (!TheIndex)
978 TheIndex = nullptr; ///< Prevent re-processing next time we're called.
1076 assert(TheIndex);
1082 for (auto &ModPath : TheIndex->modulePaths())
1090 for (auto &GlobalList : *TheIndex)
1093 for (auto &TId : TheIndex->typeIdCompatibleVtableMap())
1098 for (const auto &TID : TheIndex->typeIds())
2583 const ModuleSummaryIndex *TheIndex = nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 771 ModuleSummaryIndex &TheIndex;
814 ModuleSummaryIndex &TheIndex,
5719 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex,
5721 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex),
5725 TheIndex.addModule(ModulePath, ModuleId);
5730 return TheIndex.getModule(ModulePath);
5757 TheIndex.getOrInsertValueInfo(
5759 UseStrtab ? ValueName : TheIndex.saveString(ValueName)),
5849 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID)
    [all...]

Completed in 43 milliseconds