Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBInstruction.i42 GetComment (lldb::SBTarget target);
86 return self.GetComment (target)
90 return self.GetComment (target)
/external/grpc-grpc/src/compiler/
Dpython_generator_helpers.h114 grpc_generator::GetComment( in get_all_comments()
116 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_LEADING, in get_all_comments()
118 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_TRAILING, in get_all_comments()
Dgenerator_helpers.h186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() function
213 inline void GetComment(const grpc::protobuf::FileDescriptor* desc, in GetComment() function
262 grpc_generator::GetComment( in GetPrefixedComments()
265 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in GetPrefixedComments()
269 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in GetPrefixedComments()
Dobjective_c_generator.cc55 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING_DETACHED, in PrintAllComments()
57 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in PrintAllComments()
59 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in PrintAllComments()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() function
213 inline void GetComment(const grpc::protobuf::FileDescriptor* desc, in GetComment() function
261 grpc_generator::GetComment( in GetPrefixedComments()
264 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in GetPrefixedComments()
268 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in GetPrefixedComments()
Dpython_generator_helpers.h130 grpc_generator::GetComment( in get_all_comments()
132 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_LEADING, in get_all_comments()
134 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_TRAILING, in get_all_comments()
Dobjective_c_generator.cc55 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING_DETACHED, in PrintAllComments()
57 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in PrintAllComments()
59 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in PrintAllComments()
/external/llvm-project/lldb/source/API/
DSBInstruction.cpp154 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction
155 LLDB_RECORD_METHOD(const char *, SBInstruction, GetComment, (lldb::SBTarget), in GetComment()
169 return inst_sp->GetComment(&exe_ctx); in GetComment()
362 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetComment, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBInstruction.h44 const char *GetComment(lldb::SBTarget target);
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
/external/llvm-project/lldb/examples/python/
Dlldbtk.py387 summary = self.instr.GetComment(self.target)
Dsymbolication.py587 comment = inst.GetComment(target)
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp638 const char *c = inst.GetComment(g_vsc.target); in CreateSource()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3813 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()