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.cpp488 return runtimeFunctionTypes_.lookup(name); in GetRuntimeFunctionType()
513 runtimeFunctionTypes_.insert({rtFunctionName, rtFunctionTy}); in GetOrCreateRuntimeFunctionType()
520 runtimeFunctionTypes_.clear(); in MarkAsCompiled()
543 runtimeFunctionTypes_.insert({rtFunctionName, rtFunctionTy}); in CreateRequiredIntrinsicFunctionTypes()
Dllvm_ark_interface.h232 llvm::StringMap<llvm::FunctionType *> runtimeFunctionTypes_; variable