Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBInstruction.i45 GetComment (lldb::SBTarget target);
92 return self.GetComment (target)
96 return self.GetComment (target)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp148 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
162 return inst_sp->GetComment(&exe_ctx); in GetComment()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py386 summary = self.instr.GetComment(self.target)
H A Dsymbolication.py586 comment = inst.GetComment(target)
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp662 const char *c = inst.GetComment(g_vsc.target); in CreateSource()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7176 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()