Searched defs:getU (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp41 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { function in class:DataExtractor
H A DScaledNumber.cpp25 auto getU = [](uint64_t N) { return N >> 32; }; local

Completed in 104 milliseconds