Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp111 SBInstruction::GetComment(SBTarget target) in GetComment() function in SBInstruction
124 return m_opaque_sp->GetComment(&exe_ctx); in GetComment()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h52 GetComment (lldb::SBTarget target);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h59 GetComment (const ExecutionContext* exe_ctx) in GetComment() function
/trueos/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4851 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()