Home
last modified time | relevance | path

Searched refs:CreateFunctionInternal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h685 … return builder.CreateFunctionInternal(name, retType, params, isVargs, needBody, attr, convAttr); in Done()
741 …Function &CreateFunctionInternal(const String &name, Type *retType, Params &params, bool isVargs, …
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp278 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params &params_, b… in CreateFunctionInternal() function in maple::litecg::LMIRBuilder