Searched defs:field_byte_width (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/ABI/Mips/ | ||
H A D | ABISysV_mips64.cpp | 966 std::optional<uint64_t> field_byte_width = GetReturnValueObjectImpl() local |
/llvm-project/lldb/source/Plugins/ABI/X86/ | ||
H A D | ABISysV_x86_64.cpp | 697 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); GetReturnValueObjectImpl() local |
H A D | ABIWindows_x86_64.cpp | 674 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); GetReturnValueObjectImpl() local |
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ | ||
H A D | ABISysV_ppc.cpp | 715 uint32_t field_byte_width = *field_bit_width / 8; GetReturnValueObjectImpl() local |