Searched refs:GetOrCreateFunctionForCall (Results 1 – 2 of 2) sorted by relevance
210 llvm::Function *GetOrCreateFunctionForCall(ark::compiler::CallInst *call, void *method);
2049 auto function = GetOrCreateFunctionForCall(caller, method); in CreateSaveStateBundle()2116 function = GetOrCreateFunctionForCall(caller, method); in EncodeInlineInfo()2522 llvm::Function *LLVMIrConstructor::GetOrCreateFunctionForCall(ark::compiler::CallInst *call, void *… in GetOrCreateFunctionForCall() function in ark::compiler::LLVMIrConstructor4202 auto function = ctor->GetOrCreateFunctionForCall(call, callee); in VisitCallStatic()