Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i45 GetComment (lldb::SBTarget target);
89 return self.GetComment (target)
93 return self.GetComment (target)
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp154 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
155 LLDB_RECORD_METHOD(const char *, SBInstruction, GetComment, (lldb::SBTarget), in GetComment()
169 return inst_sp->GetComment(&exe_ctx); in GetComment()
362 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetComment, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5648 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29531 result = (char *)(arg1)->GetComment(arg2); in _wrap_SBInstruction_GetComment()