Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h350 static const InstructionCondition UnconditionalCondition = UINT32_MAX; variable
367 return UnconditionalCondition; in GetInstructionCondition()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp140 EmulateInstruction::UnconditionalCondition; in GetNonCallSiteUnwindPlanFromAssembly()
191 EmulateInstruction::UnconditionalCondition && in GetNonCallSiteUnwindPlanFromAssembly()
206 EmulateInstruction::UnconditionalCondition) { in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14375 return EmulateInstruction::UnconditionalCondition; in GetInstructionCondition()