Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp36 bool IsAuthenticated; member
60 return PtrauthInstructionInfo{insn->IsAuthenticated(), insn->IsLoad(), in GetPtrauthInstructionInfo()
131 if (brk_ptrauth_info && brk_ptrauth_info->IsAuthenticated) { in DeterminePtrauthFailure()
162 if (ptrauth_info && ptrauth_info->IsAuthenticated && ptrauth_info->IsLoad) { in DeterminePtrauthFailure()
191 if (blr_ptrauth_info && blr_ptrauth_info->IsAuthenticated && in DeterminePtrauthFailure()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h168 virtual bool IsAuthenticated() = 0;
361 bool IsAuthenticated() override;
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp68 bool IsAuthenticated(llvm::MCInst &mc_inst) const;
432 bool IsAuthenticated() override { in IsAuthenticated() function in InstructionLLVMC
1201 m_is_authenticated = mc_disasm_ptr->IsAuthenticated(inst); in VisitInstruction()
1384 bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated( in IsAuthenticated() function in DisassemblerLLVMC::MCDisasmInstance
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1165 bool PseudoInstruction::IsAuthenticated() { return false; } in IsAuthenticated() function in PseudoInstruction