Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBInstruction.i42 GetComment (lldb::SBTarget target);
86 return self.GetComment (target)
90 return self.GetComment (target)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBInstruction.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-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDisassembler.h76 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3612 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()