Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h82 llvm::FunctionType *GetFunctionTypeForCall(T *inst);
Dllvm_ir_constructor.cpp2464 llvm::FunctionType *LLVMIrConstructor::GetFunctionTypeForCall(T *inst) in GetFunctionTypeForCall() function in ark::compiler::LLVMIrConstructor
2529 auto functionProto = GetFunctionTypeForCall(call); in GetOrCreateFunctionForCall()
4247 llvm::FunctionType *fType = ctor->GetFunctionTypeForCall(call); in VisitCallResolvedStatic()
4280 auto functionProto = ctor->GetFunctionTypeForCall(inst); in CreateDeclForVirtualCall()
4342 llvm::FunctionType *fType = ctor->GetFunctionTypeForCall(call); in VisitCallResolvedVirtual()