Searched refs:IsAuthenticated (Results 1 – 4 of 4) sorted by relevance
37 bool IsAuthenticated; member61 return PtrauthInstructionInfo{insn->IsAuthenticated(), insn->IsLoad(), in GetPtrauthInstructionInfo()132 if (brk_ptrauth_info && brk_ptrauth_info->IsAuthenticated) { in DeterminePtrauthFailure()163 if (ptrauth_info && ptrauth_info->IsAuthenticated && ptrauth_info->IsLoad) { in DeterminePtrauthFailure()192 if (blr_ptrauth_info && blr_ptrauth_info->IsAuthenticated && in DeterminePtrauthFailure()
168 virtual bool IsAuthenticated() = 0;361 bool IsAuthenticated() override;
69 bool IsAuthenticated(llvm::MCInst &mc_inst) const;433 bool IsAuthenticated() override { in IsAuthenticated() function in InstructionLLVMC1202 m_is_authenticated = mc_disasm_ptr->IsAuthenticated(inst); in VisitInstruction()1385 bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated( in IsAuthenticated() function in DisassemblerLLVMC::MCDisasmInstance
1165 bool PseudoInstruction::IsAuthenticated() { return false; } in IsAuthenticated() function in PseudoInstruction