Home
last modified time | relevance | path

Searched defs:Syscall (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp62 void ExitOnErr(zx_status_t Status, const char *Syscall) { in ExitOnErr() argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp1050 static const uint8_t Syscall[] = {0x0f, 0x05}; GetSyscallData() local
H A DNativeProcessLinux.cpp1341 NativeProcessLinux::Syscall(llvm::ArrayRef<uint64_t> args) { Syscall() function in NativeProcessLinux