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

123

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppointLocation.cpp33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressRange.h270 SetByteSize(lldb::addr_t byte_size) argument
[all...]
H A DVMRange.h85 SetByteSize (lldb::addr_t byte_size) argument
H A DSection.h210 SetByteSize (lldb::addr_t byte_size) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp95 uint32_t byte_size = GetByteSize (); local
H A DAddressResolverFileLine.cpp65 addr_t byte_size = sc.line_entry.range.GetByteSize(); local
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : argument
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : argument
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) : argument
[all...]
H A DAddressResolverName.cpp188 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); local
216 addr_t byte_size = sc.symbol->GetByteSize(); local
H A DValueObjectChild.cpp27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const 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 ) argument
H A DValueObjectConstResultChild.cpp19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const 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 ) argument
H A DDataEncoder.cpp294 DataEncoder::PutMaxU64 (uint32_t offset, uint32_t byte_size, uint64_t value) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp21 Find( SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry ) const argument
H A DUniqueDWARFASTType.h43 UniqueDWARFASTType(lldb::TypeSP &type_sp, SymbolFileDWARF *symfile, DWARFCompileUnit *cu, DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, int32_t byte_size) argument
152 Find(const lldb_private::ConstString &name, SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
/freebsd-10.1-release/contrib/opie/
H A Dftpcmd.y622 byte_size: NUMBER label
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dftp.y548 byte_size: NUMBER label
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp70 const unsigned int byte_size = m_process->GetAddressByteSize(); local
32 GetMaxU64(DataExtractor &data, lldb::offset_t *offset_ptr, uint64_t *value, unsigned int byte_size) argument
43 ParseAuxvEntry(DataExtractor &data, AuxVector::Entry &entry, lldb::offset_t *offset_ptr, unsigned int byte_size) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp100 const size_t byte_size = m_frozen_sp->GetByteSize(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp126 uint32_t byte_size = 0; local
210 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Format &format, uint32_t &byte_size) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h28 uint32_t byte_size; // Size in bytes of the register member in struct:lldb_private::__anon3715
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp185 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp114 const unsigned byte_size = Is32Bit() ? 4 : 8; local
28 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size) argument
39 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size, uint32_t count) argument
59 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size) argument
70 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size, uint32_t count) argument
203 const unsigned byte_size = data.GetAddressByteSize(); local
323 const unsigned byte_size = data.GetAddressByteSize(); local
373 const uint32_t byte_size = data.GetAddressByteSize(); local
417 const unsigned byte_size = data.GetAddressByteSize(); local
432 const unsigned byte_size = data.GetAddressByteSize(); local
452 const unsigned byte_size = data.GetAddressByteSize(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp30 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
H A DObjectFile.cpp434 ObjectFile::ReadMemory (const ProcessSP &process_sp, lldb::addr_t addr, size_t byte_size) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) argument
97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) argument
208 AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, uint32_t permissions, uint32_t chunk_size) argument
383 AllocatePage(uint32_t byte_size, uint32_t permissions, uint32_t chunk_size, Error &error) argument
413 AllocateMemory(size_t byte_size, uint32_t permissions, Error &error) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.cpp390 StringExtractor::GetHexWithFixedSize (uint32_t byte_size, bool little_endian, uint64_t fail_value) argument

Completed in 324 milliseconds

123