Searched defs:byte_size (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointLocation.cpp20 StoppointLocation(break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h238 SetByteSize(lldb::addr_t byte_size) argument
[all...]
H A DSection.h157 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp82 uint32_t byte_size = GetByteSize(); local
H A DAddressResolverFileLine.cpp54 addr_t byte_size = sc.line_entry.range.GetByteSize(); local
H A DAddressRange.cpp32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, argument
40 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) argument
36 AddressRange(const lldb::SectionSP &section, addr_t offset, addr_t byte_size) argument
[all...]
H A DAddressResolverName.cpp144 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); local
167 addr_t byte_size = sc.symbol->GetByteSize(); local
H A DValueObjectChild.cpp29 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type, uint64_t language_flags) argument
H A DValueObjectConstResultChild.cpp24 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, lldb::addr_t live_address, uint64_t language_flags) argument
H A DDumpDataExtractor.cpp65 GetAPInt(const DataExtractor &data, lldb::offset_t *offset_ptr, lldb::offset_t byte_size) argument
110 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp19 const size_t byte_size = m_frozen_sp->GetByteSize(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp13 Find(const DWARFDIE &die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
H A DUniqueDWARFASTType.h28 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, const lldb_private::Declaration &decl, int32_t byte_size) argument
86 Find(lldb_private::ConstString name, const DWARFDIE &die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
/freebsd-12-stable/contrib/opie/
H A Dftpcmd.y622 byte_size: NUMBER label
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h61 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp94 uint32_t byte_size = 0; local
169 ParserGDBFormatLetter( ExecutionContext *execution_context, char format_letter, Format &format, uint32_t &byte_size) argument
[all...]
H A DOptionArgParser.cpp87 unsigned long byte_size = ::strtoul(s, &format_char, 0); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp112 uint32_t byte_size = architecture.GetDataByteSize(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp78 uint32_t byte_size = architecture.GetDataByteSize(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp152 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp21 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp124 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h36 uint32_t byte_size; // Size in bytes of the register member in struct:lldb_private::RegisterInfo
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp171 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp120 const unsigned byte_size = Is32Bit() ? 4 : 8; local
25 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size) argument
33 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size, uint32_t count) argument
47 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size) argument
55 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size, uint32_t count) argument
224 const unsigned byte_size = data.GetAddressByteSize(); local
321 const unsigned byte_size = data.GetAddressByteSize(); local
364 const uint32_t byte_size = data.GetAddressByteSize(); local
402 const unsigned byte_size = data.GetAddressByteSize(); local
412 const unsigned byte_size = data.GetAddressByteSize(); local
424 const unsigned byte_size = data.GetAddressByteSize(); local
[all...]

Completed in 430 milliseconds

123