Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp27 uint32_t byte_size) { in GetMaxU64()
35 uint32_t byte_size, uint32_t count) { in GetMaxU64()
49 uint32_t byte_size) { in GetMaxS64()
57 uint32_t byte_size, uint32_t count) { in GetMaxS64()
120 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse() local
230 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
327 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
370 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local
408 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
418 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
[all …]
/openbsd/gnu/llvm/lldb/source/Target/
H A DMemory.cpp102 lldb::addr_t byte_size) { in AddInvalidRange()
112 lldb::addr_t byte_size) { in RemoveInvalidRange()
253 AllocatedBlock::AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, in AllocatedBlock()
346 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()
372 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
/openbsd/gnu/llvm/lldb/source/Core/
H A DAddressRange.cpp33 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange()
38 addr_t byte_size) in AddressRange()
41 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange()
H A DOpcode.cpp82 uint32_t byte_size = GetByteSize(); in GetData() local
H A DDumpDataExtractor.cpp55 lldb::offset_t byte_size) { in GetAPInt()
99 lldb::offset_t offset, lldb::offset_t byte_size, in DumpAPInt()
320 size_t byte_size) { in GetFloatSemantics()
H A DAddressResolverFileLine.cpp53 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp110 uint32_t byte_size = 0; in SetOptionValue() local
187 uint32_t &byte_size) { in ParserGDBFormatLetter()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h25 const lldb_private::Declaration &decl, int32_t byte_size) in UniqueDWARFASTType()
83 const lldb_private::Declaration &decl, const int32_t byte_size, in Find()
H A DUniqueDWARFASTType.cpp17 const int32_t byte_size, in Find()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp263 const uint32_t byte_size, in ParseVectorEncoding()
341 const uint32_t byte_size = reg_info->byte_size; in SetValueFromString() local
727 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
H A DScalar.cpp85 size_t byte_size = GetByteSize(); in GetData() local
631 size_t byte_size) { in SetValueFromCString()
702 lldb::Encoding encoding, size_t byte_size) { in SetValueFromData()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DStoppointSite.cpp20 uint32_t byte_size, bool hardware) in StoppointSite()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DAddressRange.h237 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DExpressionVariable.cpp21 std::optional<uint64_t> byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp147 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
390 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
515 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
H A DABISysV_x86_64.cpp205 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
410 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
457 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
496 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
H A DABIWindows_x86_64.cpp222 uint32_t byte_size = (bit_width + (CHAR_BIT - 1)) / CHAR_BIT; in ReadIntegerArgument() local
418 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
465 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
503 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp461 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); in GetReturnValueObjectSimple() local
485 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); in GetReturnValueObjectSimple() local
524 size_t byte_size = retType.getPrimitiveSizeInBits(); in GetReturnValueObjectImpl() local
543 const size_t byte_size = retType.getPrimitiveSizeInBits() / CHAR_BIT; in GetReturnValueObjectImpl() local
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp260 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local
498 std::optional<uint64_t> byte_size = in LoadValueFromConsecutiveGPRRegisters() local
651 std::optional<uint64_t> byte_size = return_compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_arm64.cpp232 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local
472 std::optional<uint64_t> byte_size = in LoadValueFromConsecutiveGPRRegisters() local
621 std::optional<uint64_t> byte_size = return_compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl() local
/openbsd/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c33 byte_size = 3, in mod_hdcp_dump_binary_message() local
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp326 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
529 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
576 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
610 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBArch.cpp77 const uint8_t *DNBArchProtocol::GetBreakpointOpcode(nub_size_t byte_size) { in GetBreakpointOpcode()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DVMRange.h61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp296 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
496 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
543 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local

1234