| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.cpp | 23 GetByteOrder(), GetAddressByteSize()); in GetAuxValue() 32 if (GetAddressByteSize() == 8) in GetSharedLibraryInfoAddress() 152 ReadMemory(info_address, &address, GetAddressByteSize(), bytes_read); in GetLoadedSVR4Libraries() 160 status = ReadMemory(address + GetAddressByteSize(), &link_map, in GetLoadedSVR4Libraries() 161 GetAddressByteSize(), bytes_read); in GetLoadedSVR4Libraries() 171 GetAddressByteSize() == 8 ? ReadSVR4LibraryInfo<uint64_t>(link_map) in GetLoadedSVR4Libraries()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 30 switch (process->GetAddressByteSize()) { in GetClassDataMask() 44 size_t ptr_size = process->GetAddressByteSize(); in Read() 62 process->GetAddressByteSize()); in Read() 80 size_t ptr_size = process->GetAddressByteSize(); in Read() 101 process->GetAddressByteSize()); in Read() 121 process->GetAddressByteSize()); in Read() 129 size_t ptr_size = process->GetAddressByteSize(); in Read() 153 process->GetAddressByteSize()); in Read() 240 process->GetAddressByteSize()); in Read() 257 size_t ptr_size = process->GetAddressByteSize(); in Read() [all …]
|
| H A D | AppleObjCTrampolineHandler.cpp | 306 process_sp->GetAddressByteSize()); in SetUpRegion() 307 size_t actual_size = 8 + process_sp->GetAddressByteSize(); in SetUpRegion() 350 process_sp->GetAddressByteSize()); in SetUpRegion() 1001 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan() 1008 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan() 1027 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 224 const unsigned byte_size = data.GetAddressByteSize(); in Parse() 321 const unsigned byte_size = data.GetAddressByteSize(); in Parse() 364 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() 402 const unsigned byte_size = data.GetAddressByteSize(); in Parse() 412 const unsigned byte_size = data.GetAddressByteSize(); in Parse() 424 const unsigned byte_size = data.GetAddressByteSize(); in Parse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 98 const uint64_t end_of_memory = process_sp->GetAddressByteSize() == 8 in FindSpace() 102 lldbassert(process_sp->GetAddressByteSize() == 4 || in FindSpace() 141 uint32_t address_byte_size = GetAddressByteSize(); in FindSpace() 241 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize() function in IRMemoryMap 245 return process_sp->GetAddressByteSize(); in GetAddressByteSize() 250 return target_sp->GetArchitecture().GetAddressByteSize(); in GetAddressByteSize() 621 WriteScalarToMemory(process_address, scalar, GetAddressByteSize(), error); in WritePointerToMemory() 733 GetAddressByteSize()); in ReadScalarFromMemory() 769 ReadScalarFromMemory(pointer_scalar, process_address, GetAddressByteSize(), in ReadPointerFromMemory() 826 GetByteOrder(), GetAddressByteSize()); in GetMemoryData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 99 m_data.SetAddressByteSize(delegate_sp->GetAddressByteSize()); in ObjectFileJIT() 114 uint32_t ObjectFileJIT::GetAddressByteSize() const { in GetAddressByteSize() function in ObjectFileJIT 115 return m_data.GetAddressByteSize(); in GetAddressByteSize() 258 section_data.SetAddressByteSize(GetAddressByteSize()); in ReadSectionData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSSet.cpp | 209 valobj_addr + process.GetAddressByteSize(); in __NSSetMSize_Impl() 222 if (process.GetAddressByteSize() == 4) { in __NSSetMSize() 269 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSSetSummaryProvider() 450 m_ptr_size = process_sp->GetAddressByteSize(); in Update() 516 auto ptr_size = process_sp->GetAddressByteSize(); in GetChildAtIndex() 537 process_sp->GetAddressByteSize()); in GetChildAtIndex() 580 m_ptr_size = process_sp->GetAddressByteSize(); in Update() 728 m_ptr_size = process_sp->GetAddressByteSize(); in Update() 801 auto ptr_size = process_sp->GetAddressByteSize(); in GetChildAtIndex() 820 process_sp->GetAddressByteSize()); in GetChildAtIndex()
|
| H A D | Cocoa.cpp | 56 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSBundleSummaryProvider() 107 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSTimeZoneSummaryProvider() 156 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSNotificationSummaryProvider() 205 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSMachPortSummaryProvider() 251 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSIndexSetSummaryProvider() 441 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSNumberSummaryProvider() 657 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSDecimalNumberSummaryProvider() 716 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSURLSummaryProvider() 842 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSDateSummaryProvider() 1002 bool is_64bit = (process_sp->GetAddressByteSize() == 8); in NSDataSummaryProvider()
|
| H A D | NSArray.cpp | 167 valobj_addr + process.GetAddressByteSize(); in __NSArrayMSize_Impl() 180 if (process.GetAddressByteSize() == 4) { in __NSArrayMSize() 338 uint32_t ptr_size = process_sp->GetAddressByteSize(); in NSArraySummaryProvider() 451 m_ptr_size = valobj_sp->GetProcessSP()->GetAddressByteSize(); in NSArrayMSyntheticFrontEndBase() 502 m_ptr_size = process_sp->GetAddressByteSize(); in Update() 646 m_ptr_size = process_sp->GetAddressByteSize(); in Update() 766 m_backend.GetProcessSP()->GetAddressByteSize(), id_type, true, in GetChildAtIndex()
|
| H A D | CF.cpp | 64 uint32_t ptr_size = process_sp->GetAddressByteSize(); in CFBagSummaryProvider() 126 uint32_t ptr_size = process_sp->GetAddressByteSize(); in CFBitVectorSummaryProvider() 246 uint32_t ptr_size = process_sp->GetAddressByteSize(); in CFBinaryHeapSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 47 data.GetMaxU64(offset_ptr, DWARFUnit::GetAddressByteSize(m_unit)); in ExtractValue() 122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue() 194 return u->GetAddressByteSize(); in GetFixedSize() 244 *offset_ptr += DWARFUnit::GetAddressByteSize(unit); in SkipValue() 252 ref_addr_size = unit->GetAddressByteSize(); in SkipValue() 494 uint32_t index_size = m_unit->GetAddressByteSize(); in Address()
|
| H A D | DWARFUnit.h | 59 uint16_t GetAddressByteSize() const { return m_addr_size; } in GetAddressByteSize() function 153 uint8_t GetAddressByteSize() const { return m_header.GetAddressByteSize(); } in GetAddressByteSize() function 179 static uint8_t GetAddressByteSize(const DWARFUnit *cu);
|
| H A D | DWARFDebugRanges.cpp | 47 uint32_t addr_size = debug_ranges_data.GetAddressByteSize(); in Extract() 79 uint32_t addr_size = s.GetAddressByteSize(); in Dump()
|
| H A D | DWARFTypeUnit.cpp | 22 GetAddressByteSize(), GetNextUnitOffset()); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBData.cpp | 70 uint8_t SBData::GetAddressByteSize() { in GetAddressByteSize() function in SBData 71 LLDB_RECORD_METHOD_NO_ARGS(uint8_t, SBData, GetAddressByteSize); in GetAddressByteSize() 75 value = m_opaque_sp->GetAddressByteSize(); in GetAddressByteSize() 531 GetAddressByteSize()); in SetDataFromCString() 554 GetAddressByteSize()); in SetDataFromUInt64Array() 577 GetAddressByteSize()); in SetDataFromUInt32Array() 599 GetAddressByteSize()); in SetDataFromSInt64Array() 621 GetAddressByteSize()); in SetDataFromSInt32Array() 643 GetAddressByteSize()); in SetDataFromDoubleArray() 661 LLDB_REGISTER_METHOD(uint8_t, SBData, GetAddressByteSize, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 262 if (arch.GetAddressByteSize() == 8) in GetSize() 320 uint8_t address_byte_size = arch.GetAddressByteSize(); in GetSize() 355 if (data.GetAddressByteSize() == 8) { in Parse() 368 pr_uid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1); in Parse() 369 pr_gid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1); in Parse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 68 uint32_t GetAddressByteSize() const override { in GetAddressByteSize() function 69 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 74 uint32_t GetAddressByteSize() const override { in GetAddressByteSize() function 75 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 111 uint32_t address_size = architecture.GetAddressByteSize(); in MakeLocationExpressionInternal() 215 stream.GetAddressByteSize(), stream.GetByteOrder()); in MakeGlobalLocationExpression() 225 uint32_t address_size = architecture.GetAddressByteSize(); in MakeConstantLocationExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 359 target->GetArchitecture().GetAddressByteSize()); in GetValueAsData() 372 process->GetTarget().GetArchitecture().GetAddressByteSize()); in GetValueAsData() 420 .GetAddressByteSize()); in GetValueAsData() 426 data.SetAddressByteSize(objfile->GetAddressByteSize()); in GetValueAsData() 474 data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize()); in GetValueAsData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcpp.cpp | 96 bool is_64bit = (target_sp->GetArchitecture().GetAddressByteSize() == 8); in Update() 258 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppStringSummaryProvider() 319 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppWStringSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 113 if (process->GetAddressByteSize() == 4) { in InferiorCallMmap() 116 } else if (process->GetAddressByteSize() == 8) { in InferiorCallMmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInstruction.cpp | 189 GetTarget().GetArchitecture().GetAddressByteSize()); in ShouldStop() 193 GetTarget().GetArchitecture().GetAddressByteSize()); in ShouldStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 84 : ptr_size(process.GetAddressByteSize()) { in InferiorSizedWord() 108 if (process.GetAddressByteSize() == 4) in GetMaximum()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | ThreadPostMortemTrace.cpp | 34 *this, 0, GetProcess()->GetAddressByteSize(), LLDB_INVALID_ADDRESS); in CreateRegisterContextForFrame()
|