/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 49 struct ModuleID { struct 64 bool operator==(const ModuleID &Other) const { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 49 struct ModuleID { struct 64 bool operator==(const ModuleID &Other) const { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 49 struct ModuleID { struct 64 bool operator==(const ModuleID &Other) const { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 49 struct ModuleID { struct 64 bool operator==(const ModuleID &Other) const { argument
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
|
/aosp_15_r20/external/llvm/tools/lli/ |
H A D | lli.cpp | 257 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 272 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init_orc.cpp | 83 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 96 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
|
H A D | lp_bld_misc.cpp | 305 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 685 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 707 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local 911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 704 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 726 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local 952 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 74 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1098 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
|
H A D | ThinLTOCodeGenerator.cpp | 315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1298 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
|
H A D | ThinLTOCodeGenerator.cpp | 360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Module.h | 185 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Module.h | 194 std::string ModuleID; ///< Human readable identifier for the module variable
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
D | syscall_windows.go | 205 ModuleID uint32 member
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 214 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 255 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 259 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
|