Searched refs:CreateFunctionInternal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 685 … return builder.CreateFunctionInternal(name, retType, params, isVargs, needBody, attr, convAttr); in Done() 741 …Function &CreateFunctionInternal(const String &name, Type *retType, Params ¶ms, bool isVargs, …
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 278 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params ¶ms_, b… in CreateFunctionInternal() function in maple::litecg::LMIRBuilder
|