Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i17 return self.GetOperands (target)
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h42 const char *GetOperands(lldb::SBTarget target);
/src/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp129 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction
145 return ConstString(inst_sp->GetOperands(&exe_ctx)).GetCString(); in GetOperands()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h73 const char *GetOperands(const ExecutionContext *exe_ctx,
/src/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1092 const char *operands_string = GetOperands(nullptr); in ParseOperands()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7197 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33392 result = (char *)(arg1)->GetOperands(arg2); in _wrap_SBInstruction_GetOperands()