Searched refs:GetFunctionByMethodPtr (Results 1 – 3 of 3) sorted by relevance
64 llvm::Function *function = GetFunctionByMethodPtr(method); in HasFunctionDefinition()68 llvm::Function *WrappedModule::GetFunctionByMethodPtr(ark::compiler::RuntimeInterface::MethodPtr me… in GetFunctionByMethodPtr() function in ark::llvmbackend::WrappedModule
57 llvm::Function *GetFunctionByMethodPtr(ark::compiler::RuntimeInterface::MethodPtr method);
386 auto function = module.GetFunctionByMethodPtr(method); in AddGraphToModule()718 auto function = module.GetFunctionByMethodPtr(method); in AddInlineMethodByDepth()