/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugMacro.cpp | 33 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 D | DIERef.cpp | 29 DIERef die_ref(data.GetU64(offset_ptr)); in Decode()
|
H A D | DWARFFormValue.cpp | 108 m_value.value.uval = data.GetU64(offset_ptr); in ExtractValue()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 119 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 D | CompilerType.cpp | 1152 u64 = data.GetU64(&offset); in GetValueAsScalar() 1162 u64 = data.GetU64(&offset); in GetValueAsScalar() 1172 u64 = data.GetU64(&offset); in GetValueAsScalar()
|
H A D | Symbol.cpp | 671 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 D | DataExtractor.h | 744 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 D | StringExtractor.h | 81 uint64_t GetU64(uint64_t fail_value, int base = 0);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM64.cpp | 775 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 D | RegisterContextMinidump_ARM.cpp | 475 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 D | ABISysV_mips64.cpp | 982 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 D | DataExtractor.cpp | 475 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 D | RegisterValue.cpp | 200 uint64_t data1 = src.GetU64(&src_offset); in SetValueFromData() 201 uint64_t data2 = src.GetU64(&src_offset); in SetValueFromData()
|
H A D | StringExtractor.cpp | 123 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 D | ExternalASTSource.h | 347 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 D | LinuxProcMaps.cpp | 113 line_extractor.GetU64(0, 10); // Read the inode number in ParseMemoryRegionInfoFromProcMapsLine()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 66 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 D | ELFHeader.cpp | 356 if (data.GetU64(offset, &st_value, 2) == nullptr) in Parse()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 143 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 482 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 D | IRMemoryMap.cpp | 774 scalar = extractor.GetU64(&offset); in ReadScalarFromMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 318 lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID); in Handle_qKillSpawnedProcess()
|
H A D | ProcessGDBRemote.cpp | 1819 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 D | SBData.cpp | 230 value = m_opaque_sp->GetU64(&offset); in GetUnsignedInt64()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 483 m_opcode.SetOpcode64(data.GetU64(&data_offset), byte_order); in Decode() 654 const uint64_t uval64 = data.GetU64(&offset); in CalculateMnemonicOperandsAndComment()
|