Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h622 uint64_t GetU64_unchecked(lldb::offset_t *offset_ptr) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp381 uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const { in GetU64_unchecked() function in DataExtractor
559 return GetU64_unchecked(offset_ptr); in GetMaxU64_unchecked()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp395 uint64_t raw_entry = extractor.GetU64_unchecked(&cursor); in Read()
H A DAppleObjCRuntimeV2.cpp1714 uint64_t header = header_extractor.GetU64_unchecked(&cursor); in UpdateIfNeeded()