Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h573 int32_t getS32(uint64_t *OffsetPtr, Error *Err = nullptr) const {
580 int32_t getS32(Cursor &C) const { return static_cast<int32_t>(getU32(C)); } in getS32() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp149 return getS32(offset_ptr); in getSigned()