Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h601 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { in GetU8_unchecked() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp89 form_size = data.GetU8_unchecked(&offset); in Extract()
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp555 return GetU8_unchecked(offset_ptr); in GetMaxU64_unchecked()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2154 nlist.n_type = nlist_data.GetU8_unchecked(&nlist_data_offset); in ParseNList()
2155 nlist.n_sect = nlist_data.GetU8_unchecked(&nlist_data_offset); in ParseNList()