Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp47 static bool GetMaxS64(const lldb_private::DataExtractor &data, in GetMaxS64() function
55 static bool GetMaxS64(const lldb_private::DataExtractor &data, in GetMaxS64() function
/external/llvm-project/lldb/unittests/Utility/
DDataExtractorTest.cpp189 TEST(DataExtractorTest, GetMaxS64) { in TEST() argument
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp571 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64() function in DataExtractor