Searched refs:IsAuth (Results 1 – 1 of 1) sorted by relevance
214 bool IsAuth = (RefKind == AArch64MCExpr::VK_AUTH || in getRelocType() local220 (IsAuth ? "AUTH_ABS64" : "ABS64") + Twine(')')); in getRelocType()223 return (IsAuth ? ELF::R_AARCH64_AUTH_ABS64 : ELF::R_AARCH64_ABS64); in getRelocType()