Searched refs:TheIndex (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 716 const ModuleSummaryIndex *TheIndex = nullptr; member in llvm::SlotTracker 977 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker() 990 if (!TheIndex) in initializeIndexIfNeeded() 993 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded() 1097 assert(TheIndex); in processIndex() 1103 for (auto &[ModPath, _] : TheIndex->modulePaths()) in processIndex() 1112 for (auto &GlobalList : *TheIndex) in processIndex() 1117 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex() 1122 for (const auto &TID : TheIndex->typeIds()) in processIndex() 2693 const ModuleSummaryIndex *TheIndex = nullptr; member in __anon33b632580911::AssemblyWriter [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 926 ModuleSummaryIndex &TheIndex; member in __anondf6e26480411::ModuleSummaryIndexBitcodeReader 975 BitstreamCursor Stream, StringRef Strtab, ModuleSummaryIndex &TheIndex, 7077 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument 7079 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader() 7083 TheIndex.addModule(ModulePath); in addThisModule() 7088 return TheIndex.getModule(ModulePath); in getThisModule() 7120 TheIndex.getOrInsertValueInfo( in setValueGUID() 7121 ValueGUID, UseStrtab ? ValueName : TheIndex.saveString(ValueName)), in setValueGUID() 7211 TheIndex.getOrInsertValueInfo(RefGUID), RefGUID, RefGUID); in parseValueSymbolTable() 7434 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument [all …]
|