Home
last modified time | relevance | path

Searched refs:createFunction (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp108 auto sp = diBuilder->createFunction( in DebugInfo()
218 auto func = diBuilder->createFunction( in syncScope()
DNucleus.hpp174 static void createFunction(Type *returnType, const std::vector<Type *> &paramTypes);
DSubzeroReactor.cpp64 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 *> &paramTypes) 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()
DLLVMReactor.cpp513 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()
DReactor.hpp3196 Nucleus::createFunction(Return::type(), arguments); in Function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp95 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/
DDIBuilder.h664 createFunction(DIScope *Scope, StringRef Name, StringRef LinkageName,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp1172 DISubprogram *OutlinedSP = DB.createFunction( in createOutlinedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp754 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
DDebugInfo.cpp807 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()
/third_party/chromium/patch/
D0003-ohos-1115.patch164925 + createFunction: function f(name, callback,opt){
165037 + }/*createFunction()*/,
166195 + db.createFunction("foo",function(a,b){return a+b});
166200 + db.createFunction("bar", {