Home
last modified time | relevance | path

Searched defs:GetMaxU64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp25 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function
33 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function
/llvm-project/lldb/unittests/Utility/
H A DDataExtractorTest.cpp148 TEST(DataExtractorTest, GetMaxU64) { in TEST() argument
/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp525 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64() function in DataExtractor