Searched refs:GetOptionalAbsDifference (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 210 GetOptionalAbsDifference(const MCAssembler &Assembler, const MCSymbol *LHS, in GetOptionalAbsDifference() function 252 auto MaybeSize = GetOptionalAbsDifference( in EmitUnwindInfo() 270 auto LastEpilogToFuncEnd = GetOptionalAbsDifference( in EmitUnwindInfo() 383 auto Offset = GetOptionalAbsDifference(*Asm, FunctionEnd, UnwindV2Start); in evaluateAsRelocatableImpl() 398 auto Size = GetOptionalAbsDifference(*Asm, EpilogEnd, UnwindV2Start); in evaluateAsRelocatableImpl() 451 static std::optional<int64_t> GetOptionalAbsDifference(MCStreamer &Streamer, in GetOptionalAbsDifference() function 455 return GetOptionalAbsDifference(OS->getAssembler(), LHS, RHS); in GetOptionalAbsDifference() 461 GetOptionalAbsDifference(Streamer, LHS, RHS); in GetAbsDifference() 474 GetOptionalAbsDifference(Streamer, End, Begin); in checkARM64Instructions() 1774 GetOptionalAbsDifference(Streamer, End, Begin); in checkARMInstructions() [all …]
|