Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i45 GetComment (lldb::SBTarget target);
89 return self.GetComment (target)
93 return self.GetComment (target)
/llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A DTestAArch64AdrpAdd.py56 if "HI" in i.GetComment(target):
58 if "foo" in i.GetComment(target):
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py387 summary = self.instr.GetComment(self.target)
H A Dsymbolication.py587 comment = inst.GetComment(target)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp659 const char *c = inst.GetComment(g_vsc.target); in CreateSource()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7174 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()