Searched refs:ModuleHash (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriter.h | 91 bool GenerateHash = false, ModuleHash *ModHash = nullptr); 101 const ModuleHash &ModHash); 133 ModuleHash *ModHash = nullptr); 144 const ModuleHash &ModHash);
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 68 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local 73 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1154 using ModuleHash = std::array<uint32_t, 5>; 1163 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>; 1591 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { 1596 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { 1606 const ModuleHash &getModuleHash(const StringRef ModPath) const { 1614 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { 1641 ModuleHash Hash = ModuleHash{{0}}) {
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 269 std::string ModuleHash; variable 407 void setModuleHash(StringRef Hash) { ModuleHash = std::string(Hash); } in setModuleHash() 415 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 464 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() 539 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 497 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor() local 498 PP->getHeaderSearchInfo().setModuleHash(ModuleHash); in createPreprocessor() 500 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor() 549 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() argument 553 llvm::sys::path::append(SpecificModuleCache, ModuleHash); in getSpecificModuleCachePath()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 649 std::string getSpecificModuleCachePath(StringRef ModuleHash);
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 257 ModuleHash *ModHash; 271 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() 3739 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() 4855 bool GenerateHash, ModuleHash *ModHash) { in writeModule() 4883 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() 4944 const ModuleHash *ModHash; 4950 const ModuleHash &ModHash) in ThinLinkBitcodeWriter() 5067 const ModuleHash &ModHash) { in writeThinLinkBitcode() 5087 const ModuleHash &ModHash) { in writeThinLinkBitcodeToFile()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2887 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8136 ModuleHash Hash; in parseModuleEntry()
|