Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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/swiftshader/third_party/llvm-16.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-16.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-10.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp67 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local
72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h874 using ModuleHash = std::array<uint32_t, 5>;
883 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>;
1239 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1244 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
1254 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1262 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {
1284 ModuleHash Hash = ModuleHash{{0}}) {
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1154 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}}) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp406 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode()
481 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp464 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode()
539 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp254 ModuleHash *ModHash;
268 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
3485 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings()
4439 bool GenerateHash, ModuleHash *ModHash) { in writeModule()
4467 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile()
4527 const ModuleHash *ModHash;
4533 const ModuleHash &ModHash) in ThinLinkBitcodeWriter()
4650 const ModuleHash &ModHash) { in writeThinLinkBitcode()
4670 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp257 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2687 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAsmWriter.cpp2887 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp8136 ModuleHash Hash; in parseModuleEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7488 ModuleHash Hash; in ParseModuleEntry()