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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp489 ModuleHash ModHash = {{0}}; local
566 ModuleHash ModHash = {{0}}; local
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp156 auto ModHash = Index.getModuleHash(ModuleID); local
203 auto ModHash = Entry.getHash(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp258 ModuleHash *ModHash; member in class:__anon1820::ModuleBitcodeWriter
4890 writeModule(const Module &M, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
4918 WriteBitcodeToFile(const Module &M, raw_ostream &Out, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
4982 const ModuleHash *ModHash; member in class:__anon1823::ThinLinkBitcodeWriter
4985 ThinLinkBitcodeWriter(const Module &M, StringTableBuilder &StrtabBuilder, BitstreamWriter &Stream, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
5103 writeThinLinkBitcode(const Module &M, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
5123 writeThinLinkBitcodeToFile(const Module &M, raw_ostream &Out, const ModuleSummaryIndex &Index, const ModuleHash &ModHash) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1708 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { argument

Completed in 135 milliseconds