Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp966 std::optional<uint64_t> field_byte_width = in GetReturnValueObjectImpl() local
1038 std::optional<uint64_t> field_byte_width = in GetReturnValueObjectImpl() local
/freebsd/contrib/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)); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp674 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp715 uint32_t field_byte_width = *field_bit_width / 8; in GetReturnValueObjectImpl() local