Searched refs:ModuleHash (Results 1 – 12 of 12) sorted by relevance
91 bool GenerateHash = false, ModuleHash *ModHash = nullptr);101 const ModuleHash &ModHash);133 ModuleHash *ModHash = nullptr);144 const ModuleHash &ModHash);
66 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local71 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
1293 using ModuleHash = std::array<uint32_t, 5>;1301 using ModulePathStringTableTy = StringMap<ModuleHash>;1758 const StringMap<ModuleHash> &modulePaths() const {1763 StringMap<ModuleHash> &modulePaths() { return ModulePathStringTable; }1766 const ModuleHash &getModuleHash(const StringRef ModPath) const {1774 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {1800 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
280 std::string ModuleHash;423 void setModuleHash(StringRef Hash) { ModuleHash = std::string(Hash); }431 StringRef getModuleHash() const { return ModuleHash; } in MapHeaderToIncludeAlias() 292 std::string ModuleHash; global() variable
489 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() 566 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
489 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor() 490 PP->getHeaderSearchInfo().setModuleHash(ModuleHash); in createPreprocessor() 492 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor() 541 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath() 545 llvm::sys::path::append(SpecificModuleCache, ModuleHash); in getSpecificModuleCachePath() 488 std::string ModuleHash = getInvocation().getModuleHash(); createPreprocessor() local 540 getSpecificModuleCachePath(StringRef ModuleHash) getSpecificModuleCachePath() argument
728 std::string getSpecificModuleCachePath(StringRef ModuleHash);
273 ModuleHash *ModHash;286 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() 4014 forEachModule([&](const StringMapEntry<ModuleHash> &MPSE) { in writeFunctionTypeMetadataRecords() 5343 bool GenerateHash, ModuleHash *ModHash) { in getSectionNameForCommandline() 5372 bool GenerateHash, ModuleHash *ModHash) { in embedBitcodeInModule() 5436 const ModuleHash *ModHash; in embedBitcodeInModule() 5442 const ModuleHash &ModHash) in embedBitcodeInModule() 5559 const ModuleHash &ModHash) {5579 const ModuleHash &ModHash) {
1329 struct ModuleHash {1333 using Result = ModuleHash; in invalidate() 1319 struct ModuleHash { global() struct 1320 HashPreservedModuleHashAnalysis::ModuleHash global() argument
3077 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
8852 ModuleHash Hash; in parseTypeIdCompatibleVtableEntry()