|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Utility/DataExtractor.h 754 uint64_t GetU64(lldb::offset_t *offset_ptr) const;
References
tools/lldb/source/API/SBData.cpp 240 value = m_opaque_sp->GetU64(&offset);
tools/lldb/source/Core/Address.cpp 117 uval64 = data.GetU64(&offset);
tools/lldb/source/Core/DumpDataExtractor.cpp 78 u64 = data.GetU64(offset_ptr);
94 u64 = data.GetU64(&temp_offset);
tools/lldb/source/Expression/DWARFExpression.cpp 564 const_value = m_data.GetU64(&offset);
1291 stack.back().GetScalar() = addr_data.GetU64(&addr_data_offset);
1389 stack.push_back(Scalar((uint64_t)opcodes.GetU64(&offset)));
1392 stack.push_back(Scalar((int64_t)opcodes.GetU64(&offset)));
2865 sint = (int64_t)data.GetU64(offset_ptr);
2885 uint = data.GetU64(offset_ptr);
tools/lldb/source/Expression/IRMemoryMap.cpp 753 scalar = extractor.GetU64(&offset);
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp 978 return_value[0] = f0_data.GetU64(&offset);
982 return_value[1] = f1_data.GetU64(&offset);
984 return_value[1] = f0_data.GetU64(&offset);
988 return_value[0] = f1_data.GetU64(&offset);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp 201 m_opcode.SetOpcode64(data.GetU64(&data_offset), byte_order);
350 const uint64_t uval64 = data.GetU64(&offset);
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp 261 uint64_t addr = data.GetU64 (&offset);
1394 image_infos[i].SetLoadAddress(extractor.GetU64(&offset));
1395 image_infos[i].SetSize(extractor.GetU64(&offset));
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp 139 entry->symfile_size = extractor.GetU64(&offset);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 164 (&gpr.rax)[i] = data.GetU64(&offset);
178 exc.faultvaddr = data.GetU64(&offset);
616 gpr.x[i] = data.GetU64(&offset);
617 gpr.fp = data.GetU64(&offset);
618 gpr.lr = data.GetU64(&offset);
619 gpr.sp = data.GetU64(&offset);
620 gpr.pc = data.GetU64(&offset);
641 exc.far = data.GetU64(&offset);
5200 start_address = m_data.GetU64(&offset);
5220 start_address = m_data.GetU64(&offset);
5236 uint64_t entryoffset = m_data.GetU64(&offset);
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp 474 m_regs.fpscr = data.GetU64(&offset);
476 m_regs.d[i] = data.GetU64(&offset);
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp 775 m_regs.context_flags = data.GetU64(&offset);
777 m_regs.x[i] = data.GetU64(&offset);
778 m_regs.pc = data.GetU64(&offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp 31 header.m_debug_line_offset = debug_macro_data.GetU64(offset);
88 str_offset = debug_macro_data.GetU64(offset);
111 new_offset = debug_macro_data.GetU64(offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp 107 m_value.value.uval = data.GetU64(offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp 271 length = strOffsets.GetU64(&baseOffset);
755 header.m_dwo_id = data.GetU64(offset_ptr);
764 header.m_type_hash = data.GetU64(offset_ptr);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp 916 uint64_t serialnum = extractor.GetU64(&offset);
958 item.enqueuing_thread_id = extractor.GetU64(&offset);
959 item.enqueuing_queue_serialnum = extractor.GetU64(&offset);
960 item.target_queue_serialnum = extractor.GetU64(&offset);
tools/lldb/source/Symbol/CompilerType.cpp 845 u64 = data.GetU64(&offset);
855 u64 = data.GetU64(&offset);
865 u64 = data.GetU64(&offset);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp 115 addressValue = DE.GetU64(offset_ptr);
127 addressValue = (int64_t)DE.GetU64(offset_ptr);
253 length = m_cfi_data.GetU64(&offset);
254 cie_id = m_cfi_data.GetU64(&offset);
442 len = m_cfi_data.GetU64(&offset);
443 cie_id = m_cfi_data.GetU64(&offset);
543 length = m_cfi_data.GetU64(&offset);
544 cie_offset = m_cfi_data.GetU64(&offset);
tools/lldb/source/Utility/DataExtractor.cpp 539 return GetU64(offset_ptr);
1016 sstr.Printf(format ? format : " %16.16" PRIx64, GetU64(&offset));
tools/lldb/source/Utility/RegisterValue.cpp 247 uint64_t data1 = src.GetU64(&src_offset);
248 uint64_t data2 = src.GetU64(&src_offset);
tools/lldb/source/Utility/Scalar.cpp 2566 operator=(data.GetU64(&offset));
2570 int128.x[1] = data.GetU64(&offset);
2571 int128.x[0] = data.GetU64(&offset);
2573 int128.x[0] = data.GetU64(&offset);
2574 int128.x[1] = data.GetU64(&offset);
2580 int256.x[3] = data.GetU64(&offset);
2581 int256.x[2] = data.GetU64(&offset);
2582 int256.x[1] = data.GetU64(&offset);
2583 int256.x[0] = data.GetU64(&offset);
2585 int256.x[0] = data.GetU64(&offset);
2586 int256.x[1] = data.GetU64(&offset);
2587 int256.x[2] = data.GetU64(&offset);
2588 int256.x[3] = data.GetU64(&offset);
2613 operator=(static_cast<int64_t>(data.GetU64(&offset)));
2617 int128.x[1] = data.GetU64(&offset);
2618 int128.x[0] = data.GetU64(&offset);
2620 int128.x[0] = data.GetU64(&offset);
2621 int128.x[1] = data.GetU64(&offset);
2627 int256.x[3] = data.GetU64(&offset);
2628 int256.x[2] = data.GetU64(&offset);
2629 int256.x[1] = data.GetU64(&offset);
2630 int256.x[0] = data.GetU64(&offset);
2632 int256.x[0] = data.GetU64(&offset);
2633 int256.x[1] = data.GetU64(&offset);
2634 int256.x[2] = data.GetU64(&offset);
2635 int256.x[3] = data.GetU64(&offset);