Home
last modified time | relevance | path

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

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