Searched defs:ModHash (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp406 ModuleHash ModHash = {{0}}; local
481 ModuleHash ModHash = {{0}}; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp141 auto ModHash = Index.getModuleHash(ModuleID); local
173 auto ModHash = Index.getModuleHash(EntryIt->first()); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1367 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp253 ModuleHash *ModHash; member in class:__anon3417::ModuleBitcodeWriter
4478 writeModule(const Module &M, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
4506 WriteBitcodeToFile(const Module &M, raw_ostream &Out, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
4569 const ModuleHash *ModHash; member in class:__anon3420::ThinLinkBitcodeWriter
4572 ThinLinkBitcodeWriter(const Module &M, StringTableBuilder &StrtabBuilder, BitstreamWriter &Stream, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
4690 writeThinLinkBitcode(const Module &M, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
4710 WriteThinLinkBitcodeToFile(const Module &M, raw_ostream &Out, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
[all...]

Completed in 203 milliseconds