Home
last modified time | relevance | path

Searched refs:ModuleHash (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h302 typedef std::array<uint32_t, 5> ModuleHash; typedef
324 typedef StringMap<std::pair<uint64_t, ModuleHash>> ModulePathStringTableTy;
418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { in modulePaths()
423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { in modulePaths()
433 const ModuleHash &getModuleHash(const StringRef ModPath) const { in getModuleHash()
448 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { in getGlobalNameForLocal()
466 ModuleHash Hash = ModuleHash{{0}}) {
/external/llvm/lib/Transforms/Utils/
DNameAnonFunctions.cpp64 ModuleHasher ModuleHash(M); in nameUnamedFunctions() local
69 F.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedFunctions()