Searched defs:ModHash (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 258 ModuleHash *ModHash; global() member in __anon5e25d82e0111::ModuleBitcodeWriter 272 ModuleBitcodeWriter(const Module & M,SmallVectorImpl<char> & Buffer,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash=nullptr) ModuleBitcodeWriter() argument 4893 writeModule(const Module & M,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) writeModule() argument 4921 WriteBitcodeToFile(const Module & M,raw_ostream & Out,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) WriteBitcodeToFile() argument 4982 const ModuleHash *ModHash; global() member in __anon5e25d82e1711::ThinLinkBitcodeWriter 4988 ThinLinkBitcodeWriter(const Module & M,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) ThinLinkBitcodeWriter() argument 5105 writeThinLinkBitcode(const Module & M,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) writeThinLinkBitcode() argument 5125 writeThinLinkBitcodeToFile(const Module & M,raw_ostream & Out,const ModuleSummaryIndex & Index,const ModuleHash & ModHash) writeThinLinkBitcodeToFile() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 156 auto ModHash = Index.getModuleHash(ModuleID); computeLTOCacheKey() local 203 auto ModHash = Entry.getHash(); computeLTOCacheKey() local
|