Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp964 llvm::Optional<uint64_t> field_byte_width = in GetReturnValueObjectImpl() local
1036 llvm::Optional<uint64_t> field_byte_width = in GetReturnValueObjectImpl() local
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp695 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); in GetReturnValueObjectImpl() local
DABIWindows_x86_64.cpp672 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); in GetReturnValueObjectImpl() local
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp716 uint32_t field_byte_width = *field_bit_width / 8; in GetReturnValueObjectImpl() local