Searched refs:GetOptionalAbsDifference (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 276 static std::optional<int64_t> GetOptionalAbsDifference(MCStreamer &Streamer, in GetOptionalAbsDifference() function 296 GetOptionalAbsDifference(Streamer, LHS, RHS); in GetAbsDifference() 309 GetOptionalAbsDifference(Streamer, End, Begin); in checkARM64Instructions() 1556 GetOptionalAbsDifference(Streamer, End, Begin); in checkARMInstructions() 1777 std::optional<int64_t> MaybeDistance = GetOptionalAbsDifference( in checkARMPackedEpilog() 2003 std::optional<int64_t> MaybeDistance = GetOptionalAbsDifference( in tryARMPackedUnwind() 2327 GetOptionalAbsDifference(streamer, info->FuncletOrFuncEnd, info->Begin); in ARMEmitUnwindInfo() 2444 GetOptionalAbsDifference(streamer, EpilogStart, info->Begin); in ARMEmitUnwindInfo()
|