Home
last modified time | relevance | path

Searched refs:setModuleIdentifier (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
H A DCompileOnDemandLayer.cpp63 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
H A DCompileOnDemandLayer.cpp59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/aosp_15_r20/external/llvm/tools/lli/
H A Dlli.cpp406 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 Dgpu_kernel_to_blob_pass.cc90 llvmModule->setModuleIdentifier(gpu_module.getName()); in GetGpuBinaryBlob()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h274 void setModuleIdentifier(StringRef ID) { ModuleID = ID; } in setModuleIdentifier() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModule.h259 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h291 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h324 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h312 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h324 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h330 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier() function
/aosp_15_r20/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp379 M->setModuleIdentifier(ThinLTOModuleId); in loadModule()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp1497 M->setModuleIdentifier(ModID); in parseInputIR()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp767 M->setModuleIdentifier(ModID); in parseInputIR()
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp234 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp250 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp275 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()