Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h229 static const char *GetNameForInstructionControlFlowKind(
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp580 const char *Instruction::GetNameForInstructionControlFlowKind( in GetNameForInstructionControlFlowKind() function in Instruction
648 ss.Printf("%-12s", GetNameForInstructionControlFlowKind( in Dump()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp390 Instruction::GetNameForInstructionControlFlowKind( in DumpInstruction()