Home
last modified time | relevance | path

Searched defs:ProcessHandle (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCDebugObjectRegistrar.cpp37 auto ProcessHandle = TPC.loadDylib(nullptr); in createJITLoaderGDBRegistrar() local
H A DTPCEHFrameRegistrar.cpp22 auto ProcessHandle = TPC.loadDylib(nullptr); in Create() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp436 zx_handle_t ProcessHandle = ZX_HANDLE_INVALID; in ExecuteCommand() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp160 struct ProcessHandle : CommonHandle {}; struct