/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | FieldListRecordBuilder.h | 23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo() 30 MethodOptions getOptions() const { return Options; } in getOptions() 37 MethodOptions Options;
|
D | TypeRecord.h | 39 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess() 45 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind() 51 MethodOptions getFlags() const { in getFlags() 52 return MethodOptions( in getFlags() 54 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags() 890 OneMethodRecord(TypeIndex Type, MethodKind Kind, MethodOptions Options, in OneMethodRecord() 905 MethodOptions getOptions() const { return Options; } in getOptions() 926 MethodOptions Options;
|
D | MethodListRecordBuilder.h | 28 void writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options,
|
D | CodeView.h | 268 enum class MethodOptions : uint16_t { enum 278 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
|
D | TypeDumper.h | 85 MethodOptions Options);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 53 ENUM_ENTRY(MethodOptions, Pseudo), 54 ENUM_ENTRY(MethodOptions, NoInherit), 55 ENUM_ENTRY(MethodOptions, NoConstruct), 56 ENUM_ENTRY(MethodOptions, CompilerGenerated), 57 ENUM_ENTRY(MethodOptions, Sealed), 442 MethodOptions Options) { in printMemberAttributes() 448 if (Options != MethodOptions::None) { in printMemberAttributes() 495 MethodOptions::None); in visitKnownMember() 505 MethodOptions::None); in visitKnownMember() 520 MethodOptions::None); in visitKnownMember() [all …]
|
D | TypeIndexDiscovery.cpp | 18 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 98 ENUM_ENTRY(MethodOptions, Pseudo), 99 ENUM_ENTRY(MethodOptions, NoInherit), 100 ENUM_ENTRY(MethodOptions, NoConstruct), 101 ENUM_ENTRY(MethodOptions, CompilerGenerated), 102 ENUM_ENTRY(MethodOptions, Sealed), 512 MethodOptions Options) { in printMemberAttributes() 518 if (Options != MethodOptions::None) { in printMemberAttributes() 569 MethodOptions::None); in visitDataMember() 580 MethodOptions::None); in visitStaticDataMember() 596 MethodOptions::None); in visitEnumerator() [all …]
|
D | MethodListRecordBuilder.cpp | 20 MethodOptions Options, TypeIndex Type, in writeMethod()
|
D | TypeRecord.cpp | 271 MethodOptions Options = L->Attrs.getFlags(); in deserialize() 292 MethodOptions Options = L->Attrs.getFlags(); in deserialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 222 MethodOptions::None, 0, "Method1"}, 223 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None, 226 MethodOptions::None, 0, "Method1"}, 227 {T4, MemberAccess::Public, MethodKind::Static, MethodOptions::None, 0, 255 MethodOptions::None, 261 MethodOptions::None, 267 MethodOptions::None, 273 MethodOptions::CompilerGenerated,
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1224 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"` 1283 func (m *MethodDescriptorProto) GetOptions() *MethodOptions { 2121 type MethodOptions struct { struct 2136 func (m *MethodOptions) Reset() { *m = MethodOptions{} } argument 2137 func (m *MethodOptions) String() string { return proto.CompactTextString(m) } argument 2138 func (*MethodOptions) ProtoMessage() {} argument 2139 func (*MethodOptions) Descriptor() ([]byte, []int) { argument 2147 func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { argument 2151 func (m *MethodOptions) XXX_Unmarshal(b []byte) error { argument 2154 func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1186 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"` 1244 func (m *MethodDescriptorProto) GetOptions() *MethodOptions { 2053 type MethodOptions struct { struct 2068 func (m *MethodOptions) Reset() { *m = MethodOptions{} } argument 2069 func (m *MethodOptions) String() string { return proto.CompactTextString(m) } argument 2070 func (*MethodOptions) ProtoMessage() {} argument 2071 func (*MethodOptions) Descriptor() ([]byte, []int) { argument 2079 func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { argument 2082 func (m *MethodOptions) XXX_Unmarshal(b []byte) error { argument 2085 func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 59 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes() 67 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess() 73 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind() 79 MethodOptions getFlags() const { in getFlags() 80 return MethodOptions( in getFlags() 82 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags() 700 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord() 706 MethodOptions getOptions() const { return Attrs.getFlags(); } in getOptions()
|
D | TypeDumpVisitor.h | 66 MethodOptions Options);
|
D | CodeView.h | 277 enum class MethodOptions : uint16_t { enum 287 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 70 LLVM_YAML_DECLARE_BITSET_TRAITS(MethodOptions) 377 void ScalarBitSetTraits<MethodOptions>::bitset(IO &IO, MethodOptions &Options) { in bitset() 378 IO.bitSetCase(Options, "None", MethodOptions::None); in bitset() 379 IO.bitSetCase(Options, "Pseudo", MethodOptions::Pseudo); in bitset() 380 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset() 381 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset() 382 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset() 383 IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed); in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 167 MethodOptions Flags = Attrs.getFlags(); in memberAttributes() 168 PUSH_FLAG(MethodOptions, Pseudo, Flags, "pseudo"); in memberAttributes() 169 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit"); in memberAttributes() 170 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct"); in memberAttributes() 171 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes() 172 PUSH_FLAG(MethodOptions, Sealed, Flags, "sealed"); in memberAttributes()
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/ |
D | annotations.pb.go | 23 ExtendedType: (*descriptor.MethodOptions)(nil),
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 444 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 445 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 450 MethodOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 452 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 454 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 455 sizeof(MethodOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 456 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 609 MethodOptions_descriptor_, &MethodOptions::default_instance()); in protobuf_RegisterTypes() 661 delete MethodOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 832 MethodOptions::default_instance_ = new MethodOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.pb.h | 57 class MethodOptions; variable 1777 const ::google::protobuf::MethodOptions& options() const; 1778 ::google::protobuf::MethodOptions* mutable_options(); 1779 ::google::protobuf::MethodOptions* release_options(); 1780 void set_allocated_options(::google::protobuf::MethodOptions* options); 1817 ::google::protobuf::MethodOptions* options_; 2788 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message { 2790 MethodOptions(); 2791 virtual ~MethodOptions(); 2793 MethodOptions(const MethodOptions& from); [all …]
|
D | descriptor.h | 101 class MethodOptions; variable 1100 const MethodOptions& options() const; 1120 typedef MethodOptions OptionsType; 1138 const MethodOptions* options_; 1741 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(MethodDescriptor, MethodOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 89 extend google.protobuf.MethodOptions { 338 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 160 …o(typeof(global::Google.Protobuf.Reflection.MethodOptions), global::Google.Protobuf.Reflection.Met… in DescriptorReflection() 2345 private global::Google.Protobuf.Reflection.MethodOptions options_; 2346 public global::Google.Protobuf.Reflection.MethodOptions Options { 2479 options_ = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom() 2512 options_ = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom() 4149 internal sealed partial class MethodOptions : pb::IMessage<MethodOptions> { class 4150 …static readonly pb::MessageParser<MethodOptions> _parser = new pb::MessageParser<MethodOptions>(()… 4151 public static pb::MessageParser<MethodOptions> Parser { get { return _parser; } } 4161 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 4167 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1351 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) { in translateMethodOptionFlags() 1353 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags() 1357 return MethodOptions::None; in translateMethodOptionFlags()
|