Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp26 const int32_t byte_size, in IsSizeAndDeclarationMatching()
52 const int32_t byte_size, bool is_forward_declaration) { in Find()
H A DUniqueDWARFASTType.h37 int32_t byte_size) { in UpdateToDefDIE()
89 const Declaration &decl, const int32_t byte_size, in Find()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp102 lldb::addr_t byte_size) { in AddInvalidRange()
112 lldb::addr_t byte_size) { in RemoveInvalidRange()
268 AllocatedBlock::AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, in AllocatedBlock()
361 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()
387 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
H A DCoreFileMemoryRanges.cpp62 const addr_t byte_size = in FinalizeCoreFileSaveRanges() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp110 uint32_t byte_size = 0; in SetOptionValue() local
188 uint32_t &byte_size) { in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp34 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange()
39 addr_t byte_size) in AddressRange()
42 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange()
H A DOpcode.cpp104 uint32_t byte_size = GetByteSize(); in GetData() local
H A DAddressResolverFileLine.cpp50 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
H A DDumpDataExtractor.cpp55 lldb::offset_t byte_size) { in GetAPInt()
99 lldb::offset_t offset, lldb::offset_t byte_size, in DumpAPInt()
321 size_t byte_size) { in GetFloatSemantics()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointSite.cpp20 StoppointSite(break_id_t id,addr_t addr,uint32_t byte_size,bool hardware) StoppointSite() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h239 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp23 std::optional<uint64_t> byte_size = in GetValueBytes() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp248 const uint32_t byte_size, in ParseVectorEncoding()
326 const uint32_t byte_size = reg_info->byte_size; in SetValueFromString() local
710 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddressRange.cpp35 SBAddressRange::SBAddressRange(lldb::SBAddress addr, lldb::addr_t byte_size) in SBAddressRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp147 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
395 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
520 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
H A DABISysV_x86_64.cpp207 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local
415 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
462 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
501 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
421 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
468 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
506 std::optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp41 uint32_t byte_size) { in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp462 const size_t byte_size = in GetReturnValueObjectSimple() local
488 const size_t byte_size = in GetReturnValueObjectSimple() local
529 size_t byte_size = retType.getPrimitiveSizeInBits(); in GetReturnValueObjectImpl() local
548 const size_t byte_size = retType.getPrimitiveSizeInBits() / CHAR_BIT; in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp258 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local
440 std::optional<uint64_t> byte_size = llvm::expectedToOptional( in LoadValueFromConsecutiveGPRRegisters() local
593 std::optional<uint64_t> byte_size = in GetReturnValueObjectImpl() local
H A DABISysV_arm64.cpp299 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local
483 std::optional<uint64_t> byte_size = llvm::expectedToOptional( in LoadValueFromConsecutiveGPRRegisters() local
632 std::optional<uint64_t> byte_size = in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultChild.cpp26 uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, in ValueObjectConstResultChild()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp494 uint32_t byte_size) { in GetValObjFromIntRegs()
567 uint32_t type_flags, uint32_t byte_size) { in GetValObjFromFPRegs()
624 const size_t byte_size = in GetReturnValueObjectSimple() local
680 const uint32_t byte_size = type.getPrimitiveSizeInBits() / CHAR_BIT; in GetReturnValueObjectImpl() local

123