Searched refs:CreateFunctionDeclaration (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.h | 240 …es2panda_AstNode *(*CreateFunctionDeclaration)(es2panda_Context *context, es2panda_AstNode *functi… member
|
| D | es2panda_lib.cpp | 1370 extern "C" es2panda_AstNode *CreateFunctionDeclaration(es2panda_Context *context, es2panda_AstNode … in CreateFunctionDeclaration() function 2490 CreateFunctionDeclaration,
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 97 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration() function 2530 function = CreateFunctionDeclaration(functionProto, methodName, module); in GetOrCreateFunctionForCall() 4281 auto func = CreateFunctionDeclaration(functionProto, methodName, ctor->GetFunc()->getParent()); in CreateDeclForVirtualCall() 4799 func_ = CreateFunctionDeclaration(funcProto, methodName, module); in LLVMIrConstructor()
|