Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1128 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1129 assert(IdItr != LocalFunctionIds.end() && in removeHandler()
1156 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1171 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1209 auto I = LocalFunctionIds.find(Name); in handleNegotiate()
1210 if (I == LocalFunctionIds.end()) in handleNegotiate()
1330 std::map<std::string, FunctionIdT> LocalFunctionIds; variable