Home
last modified time | relevance | path

Searched refs:GetOperands (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBInstruction.i42 GetOperands (lldb::SBTarget target);
90 return self.GetOperands (target)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBInstruction.h42 const char *GetOperands(lldb::SBTarget target);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp129 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction
143 return inst_sp->GetOperands(&exe_ctx); in GetOperands()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h72 const char *GetOperands(const ExecutionContext *exe_ctx) { in GetOperands() function
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py385 self.target) + ' ' + self.instr.GetOperands(self.target)
H A Dsymbolication.py585 operands = inst.GetOperands(target)
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp661 const char *o = inst.GetOperands(g_vsc.target); in CreateSource()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1073 const char *operands_string = GetOperands(nullptr); in ParseOperands()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7175 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()