Home
last modified time | relevance | path

Searched refs:getAsUint32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h27 uint32_t getAsUint32(bool IsLittleEndian) const { in getAsUint32() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp105 return ExtractedVal.getAsUint32(sys::IsLittleEndianHost); in getU24()