Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h413 int8_t getS8(uint64_t *OffsetPtr, Error *Err = nullptr) const {
420 int8_t getS8(Cursor &C) const { return static_cast<int8_t>(getU8(C)); } in getS8() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp145 return getS8(offset_ptr); in getSigned()