Searched refs:GetU8_unchecked (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h617 uint8_t GetU8_unchecked(lldb::offset_t *offset_ptr) const { function in class:lldb_private::DataExtractor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp89 form_size = data.GetU8_unchecked(&offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp555 return GetU8_unchecked(offset_ptr);

Completed in 111 milliseconds