Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp128 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
140 return inst_sp->GetComment(&exe_ctx); in GetComment()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h43 const char *GetComment(lldb::SBTarget target);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h97 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp378 const char *pStrComment = instrt.GetComment(sbTarget); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4204 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()