Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h88 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h977 eInstructionControlFlowKindUnknown = 0, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp391 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
399 return lldb::eInstructionControlFlowKindUnknown; in GetControlFlowKind()
554 return eInstructionControlFlowKindUnknown; in GetControlFlowKind()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp583 case eInstructionControlFlowKindUnknown: in GetNameForInstructionControlFlowKind()