/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
|
H A D | CompileOnDemandLayer.cpp | 63 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.cpp | 58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
|
H A D | CompileOnDemandLayer.cpp | 59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
|
/aosp_15_r20/external/llvm/tools/lli/ |
H A D | lli.cpp | 406 Mod->setModuleIdentifier(CacheName); in main() 487 XMod->setModuleIdentifier(CacheName); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
H A D | gpu_kernel_to_blob_pass.cc | 90 llvmModule->setModuleIdentifier(gpu_module.getName()); in GetGpuBinaryBlob()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Module.h | 274 void setModuleIdentifier(StringRef ID) { ModuleID = ID; } in setModuleIdentifier() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Module.h | 259 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Module.h | 291 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Module.h | 324 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Module.h | 312 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Module.h | 324 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Module.h | 330 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
|
/aosp_15_r20/external/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 379 M->setModuleIdentifier(ThinLTOModuleId); in loadModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 1497 M->setModuleIdentifier(ModID); in parseInputIR()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 767 M->setModuleIdentifier(ModID); in parseInputIR()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 234 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 250 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 275 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
|