Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp122 llvm::FunctionType *LLVMArkInterface::GetRuntimeFunctionType(llvm::StringRef name) const in GetRuntimeFunctionType() function in panda::llvmbackend::LLVMArkInterface
132 auto rtFunctionTy = GetRuntimeFunctionType(rtFunctionName); in GetOrCreateRuntimeFunctionType()
166 auto functionProto = GetRuntimeFunctionType(functionName); in GetEntrypointCallee()
Dllvm_ark_interface.h85 llvm::FunctionType *GetRuntimeFunctionType(llvm::StringRef name) const;