Searched refs:TheIndex (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 730 const ModuleSummaryIndex *TheIndex = nullptr; member in llvm::SlotTracker 954 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker() 967 if (!TheIndex) in initializeIndexIfNeeded() 970 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded() 1068 assert(TheIndex); in processIndex() 1074 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() 1082 for (auto &GlobalList : *TheIndex) in processIndex() 1085 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex() 1090 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() 1091 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 688 const ModuleSummaryIndex *TheIndex = nullptr; member in llvm::SlotTracker 911 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker() 924 if (!TheIndex) in initializeIndexIfNeeded() 927 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded() 1024 assert(TheIndex); in processIndex() 1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() 1038 for (auto &GlobalList : *TheIndex) in processIndex() 1044 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() 1045 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex() 1048 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 769 ModuleSummaryIndex &TheIndex; member in __anon9c8db84c0411::ModuleSummaryIndexBitcodeReader 812 ModuleSummaryIndex &TheIndex, 5364 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument 5366 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader() 5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 5375 return TheIndex.getModule(ModulePath); in getThisModule() 5402 TheIndex.getOrInsertValueInfo( in setValueGUID() 5404 UseStrtab ? ValueName : TheIndex.saveString(ValueName)), in setValueGUID() 5494 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseValueSymbolTable() 5708 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument [all …]
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 771 ModuleSummaryIndex &TheIndex; member in __anon6307d9380411::ModuleSummaryIndexBitcodeReader 814 ModuleSummaryIndex &TheIndex, 5568 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument 5570 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader() 5574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 5579 return TheIndex.getModule(ModulePath); in getThisModule() 5606 TheIndex.getOrInsertValueInfo( in setValueGUID() 5608 UseStrtab ? ValueName : TheIndex.saveString(ValueName)), in setValueGUID() 5698 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseValueSymbolTable() 5912 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 473 ModuleSummaryIndex *TheIndex = nullptr; member in __anonecb5182a0111::ModuleSummaryIndexBitcodeReader 6047 if (!TheIndex) in parseModule() 6049 if (TheIndex->modulePaths().empty()) in parseModule() 6052 if (TheIndex->modulePaths().size() != 1) in parseModule() 6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule() 6149 TheIndex->removeEmptySummaryEntries(); in parseEntireSummary() 6188 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary() 6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary() 6228 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary() 6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary() [all …]
|