Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDataExtractor.h847 GetU16_unchecked (lldb::offset_t *offset_ptr) const;
/external/lldb/source/Core/
DDataExtractor.cpp421 DataExtractor::GetU16_unchecked (offset_t *offset_ptr) const in GetU16_unchecked() function in DataExtractor
668 case 2: return GetU16_unchecked (offset_ptr); break; in GetMaxU64_unchecked()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp177 … case DW_FORM_block2 : form_size = debug_info_data.GetU16_unchecked (&offset);break; in FastExtract()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2005 … nlist.n_desc = dsc_local_symbols_data.GetU16_unchecked (&nlist_data_offset); in ParseSymtab()
2733 nlist.n_desc = nlist_data.GetU16_unchecked (&nlist_data_offset); in ParseSymtab()