Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp475 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const { in GetU64() function in DataExtractor
494 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() function in DataExtractor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h347 uint64_t &GetU64() const { return As<uint64_t>(false); } in GetU64() function