Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp578 lldb::InstructionControlFlowKind instruction_control_flow_kind) { in GetNameForInstructionControlFlowKind() argument
579 switch (instruction_control_flow_kind) { in GetNameForInstructionControlFlowKind()
643 lldb::InstructionControlFlowKind instruction_control_flow_kind = in Dump() local
646 instruction_control_flow_kind)); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp386 lldb::InstructionControlFlowKind instruction_control_flow_kind = in DumpInstruction() local
391 instruction_control_flow_kind))); in DumpInstruction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h232 lldb::InstructionControlFlowKind instruction_control_flow_kind);