Searched refs:TheIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp718 const ModuleSummaryIndex *TheIndex = nullptr; member in class:llvm::SlotTracker
942 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {}
955 if (!TheIndex)
958 TheIndex = nullptr; ///< Prevent re-processing next time we're called.
1056 assert(TheIndex);
1062 for (auto &ModPath : TheIndex->modulePaths())
1070 for (auto &GlobalList : *TheIndex)
1073 for (auto &TId : TheIndex->typeIdCompatibleVtableMap())
1078 for (auto TidIter = TheIndex->typeIds().begin();
1079 TidIter != TheIndex
2439 const ModuleSummaryIndex *TheIndex = nullptr; member in class:__anon3681::AssemblyWriter
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp772 ModuleSummaryIndex &TheIndex; member in class:__anon3411::ModuleSummaryIndexBitcodeReader
815 ModuleSummaryIndex &TheIndex,
5463 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex,
5465 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex),
5469 TheIndex.addModule(ModulePath, ModuleId);
5474 return TheIndex.getModule(ModulePath);
5501 TheIndex.getOrInsertValueInfo(
5503 UseStrtab ? ValueName : TheIndex.saveString(ValueName)),
5593 std::make_pair(TheIndex
5462 ModuleSummaryIndexBitcodeReader( BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, StringRef ModulePath, unsigned ModuleId) argument
5805 parseTypeIdSummaryRecord(ArrayRef<uint64_t> Record, StringRef Strtab, ModuleSummaryIndex &TheIndex) argument
[all...]

Completed in 92 milliseconds