Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp39 bool IsAuthenticated; member
63 return PtrauthInstructionInfo{insn->IsAuthenticated(), insn->IsLoad(), in GetPtrauthInstructionInfo()
135 if (brk_ptrauth_info && brk_ptrauth_info->IsAuthenticated) { in DeterminePtrauthFailure()
166 if (ptrauth_info && ptrauth_info->IsAuthenticated && ptrauth_info->IsLoad) { in DeterminePtrauthFailure()
195 if (blr_ptrauth_info && blr_ptrauth_info->IsAuthenticated && in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h170 virtual bool IsAuthenticated() = 0;
365 bool IsAuthenticated() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp72 bool IsAuthenticated(llvm::MCInst &mc_inst) const;
438 bool IsAuthenticated() override { in GetDisasmToUse()
1221 m_is_authenticated = mc_disasm_ptr->IsAuthenticated(inst); in GetDisasmToUse()
1426 bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated( in DisassemblerLLVMC()
433 bool IsAuthenticated() override { IsAuthenticated() function in InstructionLLVMC
1385 bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated( IsAuthenticated() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1168 bool PseudoInstruction::IsAuthenticated() { return false; } in IsAuthenticated() function in PseudoInstruction