| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | Materializer.cpp | 52 m_size = type.GetByteSize(); in SetSizeAndAlignmentFromType() 85 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(), in MakeAllocation() 107 … m_persistent_variable_sp->GetByteSize()); in MakeAllocation() 124 m_persistent_variable_sp->GetByteSize(), in MakeAllocation() 238 … m_persistent_variable_sp->GetByteSize()); in Dematerialize() 273 …etName().GetCString(), (uint64_t)mem, (unsigned long long)m_persistent_variable_sp->GetByteSize()); in Dematerialize() 283 m_persistent_variable_sp->GetByteSize(), in Dematerialize() 345 …DataExtractor extractor (data.GetBytes(), data.GetByteSize(), map.GetByteOrder(), map.GetAddressBy… in DumpToLog() 347 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog() 366 DataBufferHeap data (m_persistent_variable_sp->GetByteSize(), 0); in DumpToLog() [all …]
|
| HD | ClangExpressionVariable.cpp | 48 ClangExpressionVariable::GetByteSize () in GetByteSize() function in ClangExpressionVariable 50 return m_frozen_sp->GetByteSize(); in GetByteSize() 100 const size_t byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() 103 if (m_frozen_sp->GetDataExtractor().GetByteSize() < byte_size) in GetValueBytes()
|
| HD | IRMemoryMap.cpp | 458 if (!allocation.m_data.GetByteSize()) in WriteMemory() 467 if (!allocation.m_data.GetByteSize()) in WriteMemory() 510 size = scalar.GetByteSize(); in WriteScalarToMemory() 588 if (!allocation.m_data.GetByteSize()) in ReadMemory() 606 if (!allocation.m_data.GetByteSize()) in ReadMemory() 650 … DataExtractor extractor(buf.GetBytes(), buf.GetByteSize(), GetByteOrder(), GetAddressByteSize()); in ReadScalarFromMemory() 722 if (!allocation.m_data.GetByteSize()) in GetMemoryData() 730 …(allocation.m_process_start, allocation.m_data.GetBytes(), allocation.m_data.GetByteSize(), error); in GetMemoryData() 739 if (!allocation.m_data.GetByteSize()) in GetMemoryData()
|
| HD | IRExecutionUnit.cpp | 77 … DataExtractor my_extractor(my_buffer.GetBytes(), my_buffer.GetByteSize(), lldb::eByteOrderBig, 8); in WriteNow() 78 …my_extractor.PutToLog(log, 0, my_buffer.GetByteSize(), allocation_process_addr, 16, DataExtractor:… in WriteNow() 156 process->ReadMemory(func_remote_addr, buffer_sp->GetBytes(), buffer_sp->GetByteSize(), err); in DisassembleFunction() 194 extractor.GetByteSize(), in DisassembleFunction() 410 … DataExtractor my_extractor(my_buffer.GetBytes(), my_buffer.GetByteSize(), lldb::eByteOrderBig, 8); in GetRunnableInfo() 411 …my_extractor.PutToLog(log, 0, my_buffer.GetByteSize(), record.m_process_address, 16, DataExtractor… in GetRunnableInfo()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | AddressRange.cpp | 67 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress() 77 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress() 93 return (file_addr - file_base_addr) < GetByteSize(); in ContainsFileAddress() 103 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress() 113 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress() 129 return (load_addr - load_base_addr) < GetByteSize(); in ContainsLoadAddress() 159 s->Address (m_base_addr.GetOffset() + GetByteSize(), addr_size); in Dump() 184 s->AddressRange(vmaddr, vmaddr + GetByteSize(), addr_size); in Dump() 199 …%16.16" PRIx64 "\n", this, m_base_addr.GetSection().get(), m_base_addr.GetOffset(), GetByteSize()); in DumpDebug()
|
| HD | Value.cpp | 83 v.m_data_buffer.GetByteSize()); in Value() 103 rhs.m_data_buffer.GetByteSize()); in operator =() 201 byte_size = ast_type.GetByteSize(); in GetValueByteSize() 307 if (m_data_buffer.GetByteSize()) in GetData() 309 … data.SetData(m_data_buffer.GetBytes(), m_data_buffer.GetByteSize(), data.GetByteOrder()); in GetData() 358 limit_byte_size = ast_type.GetByteSize(); in GetValueAsData() 659 if (clang_type.GetValueAsScalar (data, 0, data.GetByteSize(), scalar)) in ResolveValue()
|
| HD | DataExtractor.cpp | 201 offset_t bytes_available = data.GetByteSize() - offset; in DataExtractor() 304 return GetByteSize(); in SetData() 335 if (data_length > data.GetByteSize() - data_offset) in SetData() 336 data_length = data.GetByteSize() - data_offset; in SetData() 366 const size_t data_size = data_sp->GetByteSize(); in SetData() 380 size_t new_size = GetByteSize(); in SetData() 2188 size_t data_size = GetByteSize(); in Copy() 2191 return GetByteSize(); in Copy() 2200 if (rhs.GetByteSize() == 0) in Append() 2203 if (GetByteSize() == 0) in Append() [all …]
|
| HD | ValueObjectMemory.cpp | 160 ValueObjectMemory::GetByteSize() in GetByteSize() function in ValueObjectMemory 163 return m_type_sp->GetByteSize(); in GetByteSize() 164 return m_clang_type.GetByteSize (); in GetByteSize()
|
| HD | Disassembler.cpp | 244 if (range.GetByteSize() > 0 && range.GetBaseAddress().IsValid()) in DisassembleRange() 306 if (disasm_range.GetByteSize()) in Disassemble() 314 range.SetByteSize (disasm_range.GetByteSize()); in Disassemble() 533 range.SetByteSize (sc.symbol->GetByteSize()); in Disassemble() 540 if (range.GetBaseAddress().IsValid() && range.GetByteSize() == 0) in Disassemble() 980 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() 1081 const addr_t byte_size = range.GetByteSize(); in ParseInstructions() 1093 heap_buffer->GetByteSize(), in ParseInstructions() 1099 if (bytes_read != heap_buffer->GetByteSize()) in ParseInstructions() 1231 return m_opcode.GetByteSize(); in Decode()
|
| HD | DataEncoder.cpp | 170 return GetByteSize(); in SetData() 197 const size_t data_size = data_sp->GetByteSize(); in SetData() 211 uint32_t new_size = GetByteSize(); in SetData()
|
| HD | SourceManager.cpp | 449 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData() 463 end_offset = m_data_sp->GetByteSize(); in GetLineLength() 522 end_line_offset = m_data_sp->GetByteSize(); in DisplaySourceLines() 614 const char *end = start + m_data_sp->GetByteSize(); in CalculateLineOffsets() 671 end_offset = m_data_sp->GetByteSize(); in GetLine()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symbol.cpp | 103 m_size_is_valid (size_is_valid || range.GetByteSize() > 0), in Symbol() 205 intptr_t str_ptr = m_addr_range.GetByteSize(); in GetReExportedSymbolSharedLibrary() 243 return m_size_is_sibling ? m_addr_range.GetByteSize() : 0; in GetSiblingIndex() 267 const lldb::addr_t byte_size = GetByteSize(); in GetDescription() 311 GetByteSize(); in Dump() 327 GetByteSize(), in Dump() 338 intptr_t shlib = m_addr_range.GetByteSize(); in Dump() 351 GetByteSize(), in Dump() 386 m_type_data = sc.line_entry.range.GetByteSize(); in GetPrologueByteSize() 411 addr.Slide (sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize() [all …]
|
| HD | ObjectFile.cpp | 82 if (!data_sp || data_sp->GetByteSize() == 0) in FindPlugin() 92 file_size = archive_file.GetByteSize(); in FindPlugin() 119 if (data_sp && data_sp->GetByteSize() > 0) in FindPlugin() 197 const lldb::offset_t actual_file_size = file.GetByteSize(); in GetModuleSpecifications() 306 m_data.SetData (header_data_sp, 0, header_data_sp->GetByteSize()); in ObjectFile() 443 data_ap->GetByteSize(), in ReadMemory() 501 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() 532 … DataBufferSP data_sp (ReadMemory (process_sp, base_load_addr, section->GetByteSize())); in ReadSectionData() 535 section_data.SetData (data_sp, 0, data_sp->GetByteSize()); in ReadSectionData() 538 return section_data.GetByteSize(); in ReadSectionData()
|
| HD | Type.cpp | 170 if (GetByteSize()) in GetDescription() 296 GetByteSize(), in DumpValue() 317 Type::GetByteSize() in GetByteSize() function in Type 334 m_byte_size = encoding_type->GetByteSize(); in GetByteSize() 336 m_byte_size = GetClangLayoutType().GetByteSize(); in GetByteSize() 434 const uint64_t byte_size = GetByteSize(); in ReadFromMemory() 435 if (data.GetByteSize() < byte_size) in ReadFromMemory() 724 if (m_clang_type.IsObjCObjectOrInterfaceType() && GetByteSize() != 0) in IsRealObjCClass()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextMemory.cpp | 142 …Memory(m_reg_data_addr, data_sp->GetBytes(), data_sp->GetByteSize(), error) == data_sp->GetByteSiz… in ReadAllRegisterValues() 162 …Memory(m_reg_data_addr, data_sp->GetBytes(), data_sp->GetByteSize(), error) == data_sp->GetByteSiz… in WriteAllRegisterValues()
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBSection.cpp | 161 SBSection::GetByteSize () in GetByteSize() function in SBSection 165 return section_sp->GetByteSize(); in GetByteSize() 222 file_size = section_sp->GetByteSize(); in GetSectionData() 229 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) in GetSectionData() 281 …ntf ("[0x%16.16" PRIx64 "-0x%16.16" PRIx64 ") ", file_addr, file_addr + section_sp->GetByteSize()); in GetDescription()
|
| HD | SBSymbol.cpp | 141 AddressRange symbol_range (m_opaque_ptr->GetAddress(), m_opaque_ptr->GetByteSize()); in GetInstructions() 184 lldb::addr_t range_size = m_opaque_ptr->GetByteSize(); in GetEndAddress() 188 addr->Slide (m_opaque_ptr->GetByteSize()); in GetEndAddress()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ProcessElfCore.cpp | 135 last_entry->GetByteSize() == last_entry->data.GetByteSize()) in AddAddressRangeFromLoadSegment() 399 size_t len = data.GetByteSize() - offset; in ParseFreeBSDPrStatus() 455 assert(thread_data->gpregset.GetByteSize() > 0); in ParseThreadContextsFromNoteSegment() 503 len = note_data.GetByteSize() - header_size; in ParseThreadContextsFromNoteSegment() 525 if (thread_data && thread_data->gpregset.GetByteSize() > 0) in ParseThreadContextsFromNoteSegment() 552 size_t len = m_auxv.GetByteSize(); in GetAuxvData()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | DataEncoder.h | 124 GetByteSize () const in GetByteSize() function 416 return offset < GetByteSize(); in ValidOffset() 435 const uint32_t size = GetByteSize(); in BytesLeft()
|
| HD | ValueObjectRegister.h | 35 GetByteSize(); 82 GetByteSize(); 140 GetByteSize();
|
| HD | MappedHash.h | 87 GetByteSize() const in GetByteSize() function 99 GetByteSize (const HeaderData &header_data) = 0; 203 GetByteSize (const HashData &key_to_key_values) = 0; 236 header.prologue_length = header_data.GetByteSize(); in Save() 299 hash_offsets.push_back (GetByteSize (pos->second)); in Save()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| HD | RegisterContextPOSIXProcessMonitor_x86.cpp | 167 value_to_write.SetBytes(dst, full_value.GetByteSize(), byte_order); in WriteRegister() 223 if (value.GetByteSize() > reg_info->byte_size) in ReadRegister() 287 …(m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_st].bytes, value.GetBytes(), value.GetByteSize()); in WriteRegister() 290 …(m_fpr.xstate.fxsave.stmm[reg - m_reg_info.first_mm].bytes, value.GetBytes(), value.GetByteSize()); in WriteRegister() 293 …(m_fpr.xstate.fxsave.xmm[reg - m_reg_info.first_xmm].bytes, value.GetBytes(), value.GetByteSize()); in WriteRegister() 301 … ::memcpy (m_ymm_set.ymm[reg - m_reg_info.first_ymm].bytes, value.GetBytes(), value.GetByteSize()); in WriteRegister() 378 if (data_sp && data_sp->GetByteSize() == REG_CONTEXT_SIZE) in WriteAllRegisterValues()
|
| HD | RegisterContextPOSIXProcessMonitor_mips64.cpp | 117 value_to_write.SetBytes(dst, full_value.GetByteSize(), byte_order); in WriteRegister() 166 if (value.GetByteSize() > reg_info->byte_size) in ReadRegister() 209 if (data_sp && data_sp->GetByteSize() == REG_CONTEXT_SIZE) in WriteAllRegisterValues()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| HD | DisassemblerLLVMC.cpp | 80 const size_t opcode_data_len = data.GetByteSize(); in DoesBranch() 223 return m_opcode.GetByteSize(); in Decode() 287 const size_t opcode_data_len = data.GetByteSize(); in CalculateMnemonicOperandsAndComment() 305 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment() 399 GetByteSize () const in GetByteSize() function in InstructionLLVMC 401 return m_opcode.GetByteSize(); in GetByteSize() 702 const size_t data_byte_size = data.GetByteSize(); in DecodeInstructions()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| HD | UnwindAssembly-x86.cpp | 201 if (m_func_bounds.GetByteSize() == 0) in AssemblyParse_x86() 695 end_of_fun.SetOffset (end_of_fun.GetOffset() + m_func_bounds.GetByteSize()); in get_non_call_site_unwind_plan() 697 if (m_func_bounds.GetByteSize() > 7) in get_non_call_site_unwind_plan() 706 ret_insn_offset = m_func_bounds.GetByteSize() - 1; in get_non_call_site_unwind_plan() 710 ret_insn_offset = m_func_bounds.GetByteSize() - 6; in get_non_call_site_unwind_plan() 713 } else if (m_func_bounds.GetByteSize() > 2) in get_non_call_site_unwind_plan() 722 ret_insn_offset = m_func_bounds.GetByteSize() - 1; in get_non_call_site_unwind_plan()
|