/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 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 …]
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFormat.cpp | 110 uint32_t byte_size = 0; in SetOptionValue() local 187 ParserGDBFormatLetter(ExecutionContext * execution_context,char format_letter,Format & format,uint32_t & byte_size) ParserGDBFormatLetter() argument [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | UniqueDWARFASTType.h | 27 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument 84 Find(ConstString name,const DWARFDIE & die,const Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) Find() argument
|
H A D | UniqueDWARFASTType.cpp | 18 Find(const DWARFDIE & die,const lldb_private::Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) const Find() argument
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 34 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 D | Opcode.cpp | 82 uint32_t byte_size = GetByteSize(); in GetData() local
|
H A D | AddressResolverFileLine.cpp | 50 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
|
H A D | ValueObjectConstResultChild.cpp |
|
H A D | DumpDataExtractor.cpp | 55 lldb::offset_t byte_size) { in GetAPInt() argument 99 lldb::offset_t offset, lldb::offset_t byte_size, in DumpAPInt() argument 320 GetFloatSemantics(const TargetSP & target_sp,size_t byte_size) GetFloatSemantics() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Memory.cpp | 102 lldb::addr_t byte_size) { in AddInvalidRange() argument 112 lldb::addr_t byte_size) { in RemoveInvalidRange() argument 267 AllocatedBlock(lldb::addr_t addr,uint32_t byte_size,uint32_t permissions,uint32_t chunk_size) AllocatedBlock() argument 360 AllocatePage(uint32_t byte_size,uint32_t permissions,uint32_t chunk_size,Status & error) AllocatePage() argument 386 AllocateMemory(size_t byte_size,uint32_t permissions,Status & error) AllocateMemory() argument [all...] |
/llvm-project/lldb/source/Breakpoint/ |
H A D | StoppointSite.cpp | 19 StoppointSite::StoppointSite(break_id_t id, addr_t addr, uint32_t byte_size, in StoppointSite()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressRange.h | 239 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
|
/llvm-project/lldb/source/Expression/ |
H A D | ExpressionVariable.cpp | 23 std::optional<uint64_t> byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
|
/llvm-project/lldb/source/API/ |
H A D | SBAddressRange.cpp | 35 SBAddressRange::SBAddressRange(lldb::SBAddress addr, lldb::addr_t byte_size) in SBAddressRange()
|
/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 248 ParseVectorEncoding(const RegisterInfo * reg_info,llvm::StringRef vector_str,const uint32_t byte_size,RegisterValue * reg_value) ParseVectorEncoding() argument 326 const uint32_t byte_size = reg_info->byte_size; SetValueFromString() local 709 SetUInt(uint64_t uint,uint32_t byte_size) SetUInt() argument [all...] |
/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
H A D | RegisterTypeBuilderClang.cpp | 41 uint32_t byte_size) { in GetRegisterType()
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBArch.cpp | 77 const uint8_t *DNBArchProtocol::GetBreakpointOpcode(nub_size_t byte_size) { in GetBreakpointOpcode()
|
/llvm-project/lldb/unittests/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleterTests.cpp | 89 void CollectMember(StringRef name, uint64_t byte_offset, uint64_t byte_size) { in CollectMember() 96 uint64_t byte_size, Member::Kind kind, in AddField()
|
/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()
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_i386.cpp | 147 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() local 390 std::optional<uint64_t> byte_size = GetReturnValueObjectSimple() local 515 std::optional<uint64_t> byte_size = GetReturnValueObjectSimple() local [all...] |
H A D | ABISysV_x86_64.cpp | 205 uint32_t byte_size = (bit_width + (8 - 1)) / 8; ReadIntegerArgument() local 410 std::optional<uint64_t> byte_size = GetReturnValueObjectSimple() local 457 std::optional<uint64_t> byte_size = GetReturnValueObjectSimple() local 496 std::optional<uint64_t> byte_size = GetReturnValueObjectSimple() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 461 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); GetReturnValueObjectSimple() local 485 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); GetReturnValueObjectSimple() local 524 size_t byte_size = retType.getPrimitiveSizeInBits(); GetReturnValueObjectImpl() local 543 const size_t byte_size = retType.getPrimitiveSizeInBits() / CHAR_BIT; GetReturnValueObjectImpl() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 232 const uint64_t byte_size = new_value_sp->GetData(data, data_error); SetReturnValueObject() local 463 std::optional<uint64_t> byte_size = LoadValueFromConsecutiveGPRRegisters() local 612 std::optional<uint64_t> byte_size = return_compiler_type.GetByteSize(&thread); GetReturnValueObjectImpl() local [all...] |
H A D | ABIMacOSX_arm64.cpp | 260 const uint64_t byte_size = new_value_sp->GetData(data, data_error); in SetReturnValueObject() local 489 std::optional<uint64_t> byte_size = LoadValueFromConsecutiveGPRRegisters() local 642 std::optional<uint64_t> byte_size = return_compiler_type.GetByteSize(&thread); GetReturnValueObjectImpl() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 415 GetValObjFromIntRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t type_flags,uint32_t byte_size) GetValObjFromIntRegs() argument 488 GetValObjFromFPRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t arch_fp_flags,uint32_t type_flags,uint32_t byte_size) GetValObjFromFPRegs() argument 545 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); GetReturnValueObjectSimple() local 600 const uint32_t byte_size = type.getPrimitiveSizeInBits() / CHAR_BIT; GetReturnValueObjectImpl() local [all...] |