Home
last modified time | relevance | path

Searched refs:GetU64 (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp33 header.m_debug_line_offset = debug_macro_data.GetU64(offset); in ParseHeader()
90 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
113 new_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
H A DDIERef.cpp29 DIERef die_ref(data.GetU64(offset_ptr)); in Decode()
H A DDWARFFormValue.cpp108 m_value.value.uval = data.GetU64(offset_ptr); in ExtractValue()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp119 addressValue = DE.GetU64(offset_ptr); in GetGNUEHPointer()
131 addressValue = (int64_t)DE.GetU64(offset_ptr); in GetGNUEHPointer()
257 length = m_cfi_data.GetU64(&offset); in ParseCIE()
258 cie_id = m_cfi_data.GetU64(&offset); in ParseCIE()
444 len = m_cfi_data.GetU64(&offset); in GetFDEIndex()
445 cie_id = m_cfi_data.GetU64(&offset); in GetFDEIndex()
542 length = m_cfi_data.GetU64(&offset); in FDEToUnwindPlan()
543 cie_offset = m_cfi_data.GetU64(&offset); in FDEToUnwindPlan()
H A DCompilerType.cpp1152 u64 = data.GetU64(&offset); in GetValueAsScalar()
1162 u64 = data.GetU64(&offset); in GetValueAsScalar()
1172 u64 = data.GetU64(&offset); in GetValueAsScalar()
H A DSymbol.cpp671 const uint64_t value = data.GetU64(offset_ptr); in Decode()
679 m_addr_range.SetByteSize(data.GetU64(offset_ptr)); in Decode()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h744 uint64_t GetU64(lldb::offset_t *offset_ptr) const;
769 void *GetU64(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
H A DStringExtractor.h81 uint64_t GetU64(uint64_t fail_value, int base = 0);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp775 m_regs.context_flags = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
777 m_regs.x[i] = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
778 m_regs.pc = data.GetU64(&offset); in RegisterContextMinidump_ARM64()
H A DRegisterContextMinidump_ARM.cpp475 m_regs.fpscr = data.GetU64(&offset); in RegisterContextMinidump_ARM()
477 m_regs.d[i] = data.GetU64(&offset); in RegisterContextMinidump_ARM()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp982 return_value[0] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
986 return_value[1] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
988 return_value[1] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
992 return_value[0] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp475 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const { in GetU64() function in DataExtractor
494 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() function in DataExtractor
536 return GetU64(offset_ptr); in GetMaxU64()
943 sstr.Printf(" %16.16" PRIx64, GetU64(&offset)); in PutToLog()
H A DRegisterValue.cpp200 uint64_t data1 = src.GetU64(&src_offset); in SetValueFromData()
201 uint64_t data2 = src.GetU64(&src_offset); in SetValueFromData()
H A DStringExtractor.cpp123 uint64_t StringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StringExtractor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h347 uint64_t &GetU64() const { return As<uint64_t>(false); } in GetU64() function
400 SetPtr((Source->*Get)(OffsT(GetU64() >> 1))); in get()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp113 line_extractor.GetU64(0, 10); // Read the inode number in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp66 u64 = data.GetU64(offset_ptr); in GetAPInt()
82 u64 = data.GetU64(&temp_offset); in GetAPInt()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp356 if (data.GetU64(offset, &st_value, 2) == nullptr) in Parse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp143 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp482 const_value = m_data.GetU64(&offset); in LinkThreadLocalStorage()
1225 stack.push_back(to_generic(opcodes.GetU64(&offset))); in Evaluate()
1228 stack.push_back(to_generic((int64_t)opcodes.GetU64(&offset))); in Evaluate()
H A DIRMemoryMap.cpp774 scalar = extractor.GetU64(&offset); in ReadScalarFromMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp318 lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID); in Handle_qKillSpawnedProcess()
H A DProcessGDBRemote.cpp1819 addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
1820 addr_t wp_hit_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
1865 desc_extractor.GetU64(LLDB_INVALID_PROCESS_ID); in SetThreadStopInfo()
1866 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo()
1873 desc_extractor.GetU64(LLDB_INVALID_PROCESS_ID); in SetThreadStopInfo()
1874 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp230 value = m_opaque_sp->GetU64(&offset); in GetUnsignedInt64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp483 m_opcode.SetOpcode64(data.GetU64(&data_offset), byte_order); in Decode()
654 const uint64_t uval64 = data.GetU64(&offset); in CalculateMnemonicOperandsAndComment()

12