Searched refs:GetByteSize (Results 176 - 197 of 197) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp669 uint64_t file_size = output_file_spec.GetByteSize();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp478 const size_t byte_size = compiler_type.GetByteSize(&thread);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp466 buffer_sp->GetByteSize(),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp846 if (data_sp && data_sp->GetByteSize() == REG_CONTEXT_SIZE)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp346 dwo_file.GetByteSize(),
H A DDWARFDebugLine.cpp161 if (debug_line_data.GetByteSize() == 0)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp891 m_pointer_byte_size = GetBasicType(lldb::eBasicTypeVoid).GetPointerType().GetByteSize(nullptr);
4200 *stride = element_type.GetByteSize(nullptr);
6125 child_byte_size = field_clang_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
6291 child_byte_size = pointee_clang_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
6312 child_byte_size = element_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
6333 child_byte_size = element_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
6384 child_byte_size = pointee_clang_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
6429 child_byte_size = pointee_clang_type.GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL);
H A DSymbolContext.cpp519 range.SetByteSize (symbol->GetByteSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp479 const addr_t size = range.GetByteSize();
H A DCommandObjectThread.cpp1212 fun_start_addr.GetOffset() + fun_addr_range.GetByteSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1473 size_t bytes_read = buffer_sp->GetByteSize();
H A DTarget.cpp732 size_t old_size = matched_sp->GetByteSize();
2498 insn_size = prev_insn->GetOpcode().GetByteSize();
2558 uint32_t shift_size = prev_insn->GetOpcode().GetByteSize();
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp365 const size_t instrtSize = instrt.GetByteSize();
H A DMICmnLLDBDebuggerHandleEvents.cpp737 const CMIUtilString strSize(CMIUtilString::Format("%" PRIu64, sbSection.GetByteSize()));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2098 if (file_buffer == NULL || data_sp->GetByteSize() <
2167 size_t length = data_sp->GetByteSize() - file_header->hdr_size;
2488 const addr_t size = info_sym->GetByteSize();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3440 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, wp->GetByteSize()) == 0)
3490 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, wp->GetByteSize()) == 0)
3859 const size_t continue_cstr_len = continue_packet->GetByteSize ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1885 var_location = Value(const_value_extractor.GetDataStart(), const_value_extractor.GetByteSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp662 llvm::ArrayRef<uint8_t> raw_insn (data.GetDataStart(), data.GetByteSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2083 data.GetByteSize(),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2001 addr.Slide(sc->line_entry.range.GetByteSize());
H A DIOHandler.cpp4899 m_disassembly_range.SetByteSize(m_sc.symbol->GetByteSize());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13174 const uint32_t byte_size = m_opcode.GetByteSize();

Completed in 324 milliseconds

12345678