Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp214 bool IsAuth = (RefKind == AArch64MCExpr::VK_AUTH || in getRelocType() local
220 (IsAuth ? "AUTH_ABS64" : "ABS64") + Twine(')')); in getRelocType()
223 return (IsAuth ? ELF::R_AARCH64_AUTH_ABS64 : ELF::R_AARCH64_ABS64); in getRelocType()