Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h480 int16_t getS16(uint64_t *OffsetPtr, Error *Err = nullptr) const {
487 int16_t getS16(Cursor &C) const { return static_cast<int16_t>(getU16(C)); } in getS16() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp147 return getS16(offset_ptr); in getSigned()