Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp124 return runtimeFunctionTypes_.lookup(name); in GetRuntimeFunctionType()
146 runtimeFunctionTypes_.insert({rtFunctionName, rtFunctionTy}); in GetOrCreateRuntimeFunctionType()
Dllvm_ark_interface.h131 llvm::StringMap<llvm::FunctionType *> runtimeFunctionTypes_; variable