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.cpp148 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
164 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.cpp7197 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31966 result = (char *)(arg1)->GetComment(arg2); in _wrap_SBInstruction_GetComment()