Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h231 static const char *GetNameForInstructionControlFlowKind(
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp577 const char *Instruction::GetNameForInstructionControlFlowKind( in GetNameForInstructionControlFlowKind() function in Instruction
645 ss.Printf("%-12s", GetNameForInstructionControlFlowKind( in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp390 Instruction::GetNameForInstructionControlFlowKind( in DumpInstruction()