| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 125 if (data.GetU16(offset, &e_type, 2) == nullptr) in Parse() 141 if (data.GetU16(offset, &e_ehsize, 6) == nullptr) in Parse() 338 if (data.GetU16(offset, &st_shndx, 1) == nullptr) in Parse() 346 if (data.GetU16(offset, &st_shndx, 1) == nullptr) in Parse()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFFormValue.cpp | 54 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue() 92 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue() 227 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
|
| D | DWARFDebugMacro.cpp | 24 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
|
| D | DWARFDebugArangeSet.cpp | 59 m_header.version = data.GetU16(offset_ptr); in extract()
|
| D | HashedNameToDIE.cpp | 227 AtomType type = (AtomType)data.GetU16(&offset); in Read() 228 dw_form_t form = (dw_form_t)data.GetU16(&offset); in Read()
|
| D | DWARFUnit.cpp | 283 if (strOffsets.GetU16(&baseOffset) < 5) in SetDwoStrOffsetsBase() 823 header.m_version = data.GetU16(offset_ptr); in extract()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | MappedHash.h | 114 version = data.GetU16(&offset); in Read() 119 hash_function = data.GetU16(&offset); in Read()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| D | RegisterContextPOSIXCore_arm64.cpp | 88 m_sve_vector_length = m_sve_data.GetU16(&sve_header_field_offset); in ConfigureRegisterContext() 91 m_sve_data.GetU16(&sve_header_field_offset); in ConfigureRegisterContext()
|
| D | ThreadElfCore.cpp | 286 pr_cursig = data.GetU16(&offset); in Parse()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | CompactUnwindInfo.cpp | 560 m_unwindinfo_data.GetU16(&offset); // entryPageOffset in GetCompactUnwindInfoForFunction() 561 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() 622 m_unwindinfo_data.GetU16(&offset); // entryPageOffset in GetCompactUnwindInfoForFunction() 623 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() 625 m_unwindinfo_data.GetU16(&offset); // encodingsPageOffset in GetCompactUnwindInfoForFunction() 627 m_unwindinfo_data.GetU16(&offset); // encodingsCount in GetCompactUnwindInfoForFunction()
|
| D | DWARFCallFrameInfo.cpp | 109 addressValue = DE.GetU16(offset_ptr); in GetGNUEHPointer() 121 addressValue = (int16_t)DE.GetU16(offset_ptr); in GetGNUEHPointer() 719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | DataExtractor.h | 651 uint16_t GetU16(lldb::offset_t *offset_ptr) const; 676 void *GetU16(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | DataExtractor.cpp | 349 uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const { in GetU16() function in DataExtractor 398 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16() function in DataExtractor 533 return GetU16(offset_ptr); in GetMaxU64() 938 sstr.Printf(" %4.4x", GetU16(&offset)); in PutToLog()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| D | DisassemblerLLVMC.cpp | 135 m_opcode.SetOpcode16(data.GetU16(&data_offset), byte_order); in Decode() 164 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() 171 thumb_opcode |= data.GetU16(&data_offset); in Decode() 282 const uint16_t uval16 = data.GetU16(&offset); in CalculateMnemonicOperandsAndComment()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 1244 stack.back().GetScalar() = addr_data.GetU16(&addr_data_offset); in Evaluate() 1341 stack.push_back(to_generic(opcodes.GetU16(&offset))); in Evaluate() 1344 stack.push_back(to_generic((int16_t)opcodes.GetU16(&offset))); in Evaluate() 1761 int16_t skip_offset = (int16_t)opcodes.GetU16(&offset); in Evaluate() 1788 int16_t bra_offset = (int16_t)opcodes.GetU16(&offset); in Evaluate()
|
| D | IRMemoryMap.cpp | 747 scalar = extractor.GetU16(&offset); in ReadScalarFromMemory()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCTrampolineHandler.cpp | 317 const uint16_t header_size = data.GetU16(&offset); in SetUpRegion() 318 const uint16_t descriptor_size = data.GetU16(&offset); in SetUpRegion()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | DumpDataExtractor.cpp | 590 uint16_t half = DE.GetU16(&offset); in DumpDataExtractor() 616 s->Printf("U+%4.4x", DE.GetU16(&offset)); in DumpDataExtractor()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBData.cpp | 208 value = m_opaque_sp->GetU16(&offset); in GetUnsignedInt16()
|