Searched refs:ModuleID (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 185 std::string ModuleID; ///< Human readable identifier for the module variable 201 explicit Module(StringRef ModuleID, LLVMContext& C); 211 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() 228 StringRef getName() const { return ModuleID; } in getName() 274 void setModuleIdentifier(StringRef ID) { ModuleID = ID; } in setModuleIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 74 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument 148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() 1098 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local 1100 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread() 1101 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread() 1109 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
|
D | ThinLTOCodeGenerator.cpp | 315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument 324 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry() 328 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry() 342 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 71 const ModuleSummaryIndex &Index, StringRef ModuleID,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 305 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 74 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") { in Module()
|
D | Core.cpp | 230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() argument 231 return wrap(new Module(ModuleID, *GlobalContext)); in LLVMModuleCreateWithName() 234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() argument 236 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 649 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID); 657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8875 unsigned ModuleID = Lex.getUIntVal(); in ParseModuleReference() local 8876 auto I = ModuleIdMap.find(ModuleID); in ParseModuleReference()
|