Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringExtractor.cpp123 uint64_t StringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StringExtractor
H A DDataExtractor.cpp474 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const { in GetU64() function in DataExtractor
493 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() function in DataExtractor
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp116 uint64_t StdStringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StdStringExtractor