Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp111 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction
123 return inst_sp->GetOperands(&exe_ctx); in GetOperands()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h41 const char *GetOperands(lldb::SBTarget target);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h92 const char *GetOperands(const ExecutionContext *exe_ctx) { in GetOperands() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp387 const char *pStrOperands = instrt.GetOperands(sbTarget); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp792 const char *operands_string = GetOperands(nullptr); in ParseOperands()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4203 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()