Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBInstruction.i43 GetComment (lldb::SBTarget target);
75 return self.GetComment (target)
79 return self.GetComment (target)
/external/lldb/source/API/
DSBInstruction.cpp111 SBInstruction::GetComment(SBTarget target) in GetComment() function in SBInstruction
124 return m_opaque_sp->GetComment(&exe_ctx); in GetComment()
/external/lldb/include/lldb/API/
DSBInstruction.h52 GetComment (lldb::SBTarget target);
/external/lldb/include/lldb/Core/
DDisassembler.h59 GetComment (const ExecutionContext* exe_ctx) in GetComment() function
/external/lldb/examples/python/
Dsymbolication.py481 comment = inst.GetComment (target)
/external/lldb/www/python_reference/
Dapi-objects.txt3121 lldb.SBInstruction.GetComment lldb.SBInstruction-class.html#GetComment