Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h91 bool GenerateHash = false, ModuleHash *ModHash = nullptr);
101 const ModuleHash &ModHash);
133 ModuleHash *ModHash = nullptr);
144 const ModuleHash &ModHash);
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp68 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local
73 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h725 using ModuleHash = std::array<uint32_t, 5>;
734 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>;
1005 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1010 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
1020 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1028 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {
1048 ModuleHash Hash = ModuleHash{{0}}) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp396 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode()
442 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp251 ModuleHash *ModHash;
265 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
3325 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings()
4143 bool GenerateHash, ModuleHash *ModHash) { in writeModule()
4171 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile()
4231 const ModuleHash *ModHash;
4237 const ModuleHash &ModHash) in ThinLinkBitcodeWriter()
4354 const ModuleHash &ModHash) { in writeThinLinkBitcode()
4374 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2607 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7010 ModuleHash Hash; in ParseModuleEntry()