Home
last modified time | relevance | path

Searched refs:GetNameForInstructionControlFlowKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h229 static const char *GetNameForInstructionControlFlowKind(
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp580 const char *Instruction::GetNameForInstructionControlFlowKind( in GetNameForInstructionControlFlowKind() function in Instruction
648 ss.Printf("%-12s", GetNameForInstructionControlFlowKind( in Dump()