Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DDataExtractor.h618 uint16_t GetU16_unchecked(lldb::offset_t *offset_ptr) const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DDataExtractor.cpp360 uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const { in GetU16_unchecked() function in DataExtractor
554 return GetU16_unchecked(offset_ptr); in GetMaxU64_unchecked()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp100 form_size = data.GetU16_unchecked(&offset); in Extract()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2212 nlist.n_desc = nlist_data.GetU16_unchecked(&nlist_data_offset); in ParseNList()