Searched defs:argument_register_ids (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp254 uint32_t argument_register_ids[8]; local
200 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
H A DABISysV_ppc.cpp359 uint32_t argument_register_ids[8]; local
311 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp330 uint32_t argument_register_ids[5]; local
281 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp239 uint32_t argument_register_ids[6]; local
190 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument
[all...]
H A DABIWindows_x86_64.cpp254 uint32_t argument_register_ids[4]; local
206 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Thread &thread, uint32_t *argument_register_ids, unsigned int &current_argument_register, addr_t &current_stack_argument) argument

Completed in 199 milliseconds