Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp58 ClonedModule->setModuleIdentifier(M.getName()); in cloneToNewContext()
DCompileOnDemandLayer.cpp59 M.setModuleIdentifier((M.getModuleIdentifier() + Suffix).str()); in extractSubModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h274 void setModuleIdentifier(StringRef ID) { ModuleID = ID; } in setModuleIdentifier() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp250 unwrap(M)->setModuleIdentifier(StringRef(Ident, Len)); in LLVMSetModuleIdentifier()