Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h263 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager()
320 OrcRemoteTargetClient &Client; variable
341 RPCMMAlloc(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RPCMMAlloc()
346 Create(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id, in Create()
520 RemoteJITLinkMemoryManager(OrcRemoteTargetClient &Client, in RemoteJITLinkMemoryManager()
551 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager()
661 OrcRemoteTargetClient &Client; variable
670 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool()
688 OrcRemoteTargetClient &Client; variable
694 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, in RemoteCompileCallbackManager()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dclient.cc34 Client::Client () in Client() function in Cody::Client
39 Client::Client (Client &&src) in Client() function in Cody::Client
H A Dcody.hh361 class Client class
392 Client (Server *s) in Client() function in Cody::Client
401 Client (int from, int to = -1) in Client() function in Cody::Client
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h74 DiagnosticConsumer *Client; variable
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dnetworking.rst74 Client section in TCP
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp51 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp328 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, in createDiagnostics()
336 DiagnosticConsumer *Client, in createDiagnostics()
H A DSerializedDiagnosticPrinter.cpp759 auto Client = in getMetaDiags() local
H A DASTUnit.cpp646 FilterAndStoreDiagnosticConsumer Client; member in __anonc715c21c0211::CaptureDroppedDiagnostics
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h294 DiagnosticConsumer *Client = nullptr; variable