Searched refs:runtimeFunctionTypes_ (Results 1 – 2 of 2) sorted by relevance
488 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()
232 llvm::StringMap<llvm::FunctionType *> runtimeFunctionTypes_; variable