Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp92 SBInstruction::GetOperands(SBTarget target) in GetOperands() function in SBInstruction
105 return m_opaque_sp->GetOperands(&exe_ctx); in GetOperands()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h49 GetOperands (lldb::SBTarget target);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h52 GetOperands (const ExecutionContext* exe_ctx) in GetOperands() function
/trueos/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4850 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()