Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i19 return self.GetComment (target)
23 return self.GetComment (target)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp147 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
163 return ConstString(inst_sp->GetComment(&exe_ctx)).GetCString(); in GetComment()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h79 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7184 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33898 result = (char *)(arg1)->GetComment(SWIG_STD_MOVE(arg2)); in _wrap_SBInstruction_GetComment()