Home
last modified time | relevance | path

Searched defs:functype (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
H A Daarch64_builder.cpp48 LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), false); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
H A Dx64_builder.cpp45 LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), false); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp3045 auto functype = LLVMFunctionType(returnType, paramTys.data(), paramCount + extraParameterCnt, in GetFuncType() local

Completed in 7 milliseconds