Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp62 void ExitOnErr(zx_status_t Status, const char *Syscall) { in ExitOnErr() argument
64 Printf("libFuzzer: %s failed: %s\n", Syscall, in ExitOnErr()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h146 llvm::Expected<uint64_t> Syscall(llvm::ArrayRef<uint64_t> args);
H A DNativeRegisterContextLinux_x86_64.cpp1048 static const uint8_t Syscall[] = {0x0f, 0x05}; in GetSyscallData() local
1052 return SyscallData{Syscall, Args, lldb_rax_x86_64}; in GetSyscallData()
H A DNativeProcessLinux.cpp1227 NativeProcessLinux::Syscall(llvm::ArrayRef<uint64_t> args) { in Syscall() function in NativeProcessLinux
1330 Syscall({mmap_data->SysMmap, 0, size, prot, MAP_ANONYMOUS | MAP_PRIVATE, in AllocateMemory()
1349 Syscall({mmap_data->SysMunmap, addr, it->second}); in DeallocateMemory()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1627 // Syscall