Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h638 int64_t getS64(uint64_t *OffsetPtr, Error *Err = nullptr) const {
645 int64_t getS64(Cursor &C) const { return static_cast<int64_t>(getU64(C)); } in getS64() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp151 return getS64(offset_ptr); in getSigned()