| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 27 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 224 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 321 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 364 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local 402 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 412 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 33 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 D | Opcode.cpp | 82 uint32_t byte_size = GetByteSize(); in GetData() local
|
| H A D | AddressResolverFileLine.cpp | 53 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
|
| H A D | ValueObjectConstResultChild.cpp | 26 ConstString name, uint32_t byte_size, int32_t byte_offset, in ValueObjectConstResultChild()
|
| H A D | ValueObjectChild.cpp | 31 ConstString name, uint64_t byte_size, int32_t byte_offset, in ValueObjectChild()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Memory.cpp | 101 lldb::addr_t byte_size) { in AddInvalidRange() 111 lldb::addr_t byte_size) { in RemoveInvalidRange() 252 AllocatedBlock::AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, in AllocatedBlock() 345 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage() 371 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 92 uint32_t byte_size = 0; in SetOptionValue() local 169 uint32_t &byte_size) { in ParserGDBFormatLetter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | UniqueDWARFASTType.h | 25 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 D | UniqueDWARFASTType.cpp | 15 const int32_t byte_size, in Find()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | StoppointSite.cpp | 20 uint32_t byte_size, bool hardware) in StoppointSite()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 237 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 19 llvm::Optional<uint64_t> byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 270 const uint32_t byte_size, in ParseVectorEncoding() 348 const uint32_t byte_size = reg_info->byte_size; in SetValueFromString() local 734 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
|
| H A D | DataEncoder.cpp | 151 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, in PutUnsigned()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 462 const size_t byte_size = compiler_type.GetByteSize(&thread).getValueOr(0); in GetReturnValueObjectSimple() local 486 const size_t byte_size = compiler_type.GetByteSize(&thread).getValueOr(0); in GetReturnValueObjectSimple() local 525 size_t byte_size = retType.getPrimitiveSizeInBits(); in GetReturnValueObjectImpl() local 544 const size_t byte_size = retType.getPrimitiveSizeInBits() / CHAR_BIT; in GetReturnValueObjectImpl() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 203 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local 408 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 455 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 494 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
|
| H A D | ABISysV_i386.cpp | 146 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local 389 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 514 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
|
| H A D | ABIWindows_x86_64.cpp | 220 uint32_t byte_size = (bit_width + (CHAR_BIT - 1)) / CHAR_BIT; in ReadIntegerArgument() local 416 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 463 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 501 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 258 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local 496 llvm::Optional<uint64_t> byte_size = in LoadValueFromConsecutiveGPRRegisters() local 651 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_arm64.cpp | 230 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local 470 llvm::Optional<uint64_t> byte_size = in LoadValueFromConsecutiveGPRRegisters() local 619 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectImpl() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | VMRange.h | 61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 326 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local 529 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 576 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 610 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 78 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 295 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local 495 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local 542 llvm::Optional<uint64_t> byte_size = in GetReturnValueObjectSimple() local
|