Home
last modified time | relevance | path

Searched refs:eInstructionControlFlowKindUnknown (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBInstruction.cpp183 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h88 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h992 eInstructionControlFlowKindUnknown = 0, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp392 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
400 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
555 return eInstructionControlFlowKindUnknown; in GetControlFlowKind()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp583 case eInstructionControlFlowKindUnknown: in GetNameForInstructionControlFlowKind()