Searched defs:ModHash (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 489 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local 566 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 269 ModuleHash *ModHash; global() member in __anon51c5ee0f0111::ModuleBitcodeWriter 282 ModuleBitcodeWriter(const Module & M,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash=nullptr) ModuleBitcodeWriter() argument 5053 writeModule(const Module & M,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) writeModule() argument 5081 WriteBitcodeToFile(const Module & M,raw_ostream & Out,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) WriteBitcodeToFile() argument 5144 const ModuleHash *ModHash; global() member in __anon51c5ee0f1a11::ThinLinkBitcodeWriter 5150 ThinLinkBitcodeWriter(const Module & M,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) ThinLinkBitcodeWriter() argument 5267 writeThinLinkBitcode(const Module & M,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) writeThinLinkBitcode() argument 5287 writeThinLinkBitcodeToFile(const Module & M,raw_ostream & Out,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) writeThinLinkBitcodeToFile() argument [all...] |
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 161 auto ModHash = Index.getModuleHash(ModuleID); computeLTOCacheKey() local 207 auto ModHash = Entry.getHash(); computeLTOCacheKey() local
|