Searched refs:createFunction (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.cpp | 108 auto sp = diBuilder->createFunction( in DebugInfo() 218 auto func = diBuilder->createFunction( in syncScope()
|
| D | Nucleus.hpp | 174 static void createFunction(Type *returnType, const std::vector<Type *> ¶mTypes);
|
| D | SubzeroReactor.cpp | 64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::… in createFunction() function 1129 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> ¶mTypes) in createFunction() function in rr::Nucleus 1137 ::function = sz::createFunction(::context, T(returnType), T(paramTypes)); in createFunction() 4769 …Ice::Cfg *awaitFunc = sz::createFunction(::context, ReturnType, std::vector<Ice::Type>{ HandleType… in generateAwaitFunction() 4833 …Ice::Cfg *destroyFunc = sz::createFunction(::context, ReturnType, std::vector<Ice::Type>{ HandleTy… in generateDestroyFunction() 4901 createFunction(yieldType, params); in createCoroutine()
|
| D | LLVMReactor.cpp | 513 static llvm::Function *createFunction(const char *name, llvm::Type *retTy, const std::vector<llvm::… in createFunction() function 693 void Nucleus::createFunction(Type *ReturnType, const std::vector<Type *> &Params) in createFunction() function in rr::Nucleus 695 jit->function = rr::createFunction("", T(ReturnType), T(Params)); in createFunction() 4320 jit->function = rr::createFunction("coroutine_begin", handleTy, T(Params)); in createCoroutine() 4321 jit->coroutine.await = rr::createFunction("coroutine_await", boolTy, { handleTy, promisePtrTy }); in createCoroutine() 4322 jit->coroutine.destroy = rr::createFunction("coroutine_destroy", voidTy, { handleTy }); in createCoroutine()
|
| D | Reactor.hpp | 3196 Nucleus::createFunction(Return::type(), arguments); in Function()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | Debugify.cpp | 95 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DIBuilder.h | 664 createFunction(DIScope *Scope, StringRef Name, StringRef LinkageName,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineOutliner.cpp | 1172 DISubprogram *OutlinedSP = DB.createFunction( in createOutlinedFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DIBuilder.cpp | 754 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
|
| D | DebugInfo.cpp | 807 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 164925 + createFunction: function f(name, callback,opt){ 165037 + }/*createFunction()*/, 166195 + db.createFunction("foo",function(a,b){return a+b}); 166200 + db.createFunction("bar", {
|