Home
last modified time | relevance | path

Searched defs:GetU32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp93 uint32_t StringExtractor::GetU32(uint32_t fail_value, int base) { in GetU32() function in StringExtractor
H A DDataExtractor.cpp426 uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const { in GetU32() function in DataExtractor
446 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32() function in DataExtractor