Searched refs:ModHash (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h448 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { argument
451 NewName += utohexstr(ModHash[0]); // Take the first 32 bits
/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp250 auto ModHash = Index.getModuleHash(ModuleID); local
251 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash)));
258 auto ModHash = Index.getModuleHash(Entry.first()); local
259 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash)));

Completed in 85 milliseconds