Searched refs:runtimeFunctionTypes_ (Results 1 – 2 of 2) sorted by relevance
124 return runtimeFunctionTypes_.lookup(name); in GetRuntimeFunctionType()146 runtimeFunctionTypes_.insert({rtFunctionName, rtFunctionTy}); in GetOrCreateRuntimeFunctionType()
131 llvm::StringMap<llvm::FunctionType *> runtimeFunctionTypes_; variable