Home
last modified time | relevance | path

Searched refs:GetU16_unchecked (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h607 uint16_t GetU16_unchecked(lldb::offset_t *offset_ptr) const;
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp363 uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const { in GetU16_unchecked() function in DataExtractor
557 return GetU16_unchecked(offset_ptr); in GetMaxU64_unchecked()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp92 form_size = data.GetU16_unchecked(&offset); in Extract()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2156 nlist.n_desc = nlist_data.GetU16_unchecked(&nlist_data_offset); in ParseNList()