Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i42 GetOperands (lldb::SBTarget target);
87 return self.GetOperands (target)
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp134 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction
135 LLDB_RECORD_METHOD(const char *, SBInstruction, GetOperands, (lldb::SBTarget), in GetOperands()
149 return inst_sp->GetOperands(&exe_ctx); in GetOperands()
360 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetOperands, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h42 const char *GetOperands(lldb::SBTarget target);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h72 const char *GetOperands(const ExecutionContext *exe_ctx) { in GetOperands() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp727 const char *operands_string = GetOperands(nullptr); in ParseOperands()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5647 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29498 result = (char *)(arg1)->GetOperands(arg2); in _wrap_SBInstruction_GetOperands()