Home
last modified time | relevance | path

Searched defs:callConv (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_reg_info.h29 …X64RegInfo(MapleAllocator &mallocator, CallConvKind callConv) : RegisterInfo(mallocator), callConv… in X64RegInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1627 CCImpl *callConv = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp56 … LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, in LiteCGIRBuilder()
1202 maple::litecg::ConvAttr LiteCGIRBuilder::ConvertCallAttr(const CallSignature::CallConv callConv) in ConvertCallAttr()
Dllvm_ir_builder.cpp61 CallSignature::CallConv callConv, bool enableLog, bool isFastCallAot, in LLVMIRBuilder()