Home
last modified time | relevance | path

Searched refs:GetControlFlowKind (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBInstruction.h46 lldb::InstructionControlFlowKind GetControlFlowKind(lldb::SBTarget target);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBInstruction.i48 GetControlFlowKind(lldb::SBTarget target);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind() function in SBInstruction
181 return inst_sp->GetControlFlowKind(&exe_ctx); in GetControlFlowKind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp386 lldb::InstructionControlFlowKind GetControlFlowKind(bool is_exec_mode_64b, in GetControlFlowKind() function
546 GetControlFlowKind(const lldb_private::ExecutionContext *exe_ctx) override { in GetControlFlowKind() function in InstructionLLVMC
550 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode); in GetControlFlowKind()
552 return x86::GetControlFlowKind(/*is_64b=*/true, m_opcode); in GetControlFlowKind()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp387 instruction->GetControlFlowKind(&exe_ctx); in DumpInstruction()
807 insn ? insn->GetControlFlowKind(&exe_ctx) in AppendInstructionToFunctionCallForest()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h87 GetControlFlowKind(const ExecutionContext *exe_ctx) { in GetControlFlowKind() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp647 GetControlFlowKind(exe_ctx); in Dump()