Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp966 std::optional<uint64_t> field_byte_width = GetReturnValueObjectImpl() local
1038 std::optional<uint64_t> field_byte_width = GetReturnValueObjectImpl() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp697 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); GetReturnValueObjectImpl() local
[all...]
H A DABIWindows_x86_64.cpp674 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); GetReturnValueObjectImpl() local
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp715 uint32_t field_byte_width = *field_bit_width / 8; GetReturnValueObjectImpl() local
[all...]