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

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

Completed in 2617 milliseconds