Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DRemoteJITUtils.h28 launchExecutor(llvm::StringRef ExecutablePath, bool UseSharedMemory,
35 connectTCPSocket(llvm::StringRef NetworkAddress, bool UseSharedMemory,
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DRemoteJITUtils.cpp93 launchExecutor(StringRef ExecutablePath, bool UseSharedMemory, in launchExecutor() argument
166 if (UseSharedMemory) in launchExecutor()
220 connectTCPSocket(StringRef NetworkAddress, bool UseSharedMemory, in connectTCPSocket() argument
258 if (UseSharedMemory) in connectTCPSocket()