Lines Matching refs:Ops
60 SmallVector<Metadata *, 2> Ops; in getImpl() local
61 Ops.push_back(Scope); in getImpl()
63 Ops.push_back(InlinedAt); in getImpl()
64 return storeImpl(new (Ops.size()) in getImpl()
65 MDLocation(Context, Storage, Line, Column, Ops), in getImpl()
238 Metadata *Ops[] = {Name}; in getImpl() local
239 DEFINE_GETIMPL_STORE(MDEnumerator, (Value), Ops); in getImpl()
249 Metadata *Ops[] = {nullptr, nullptr, Name}; in getImpl() local
251 Ops); in getImpl()
263 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData}; in getImpl() local
266 Ops); in getImpl()
282 Metadata *Ops[] = {File, Scope, Name, BaseType, in getImpl() local
286 Ops); in getImpl()
294 Metadata *Ops[] = {nullptr, nullptr, nullptr, nullptr, in getImpl() local
296 DEFINE_GETIMPL_STORE(MDSubroutineType, (Flags), Ops); in getImpl()
305 Metadata *Ops[] = {Filename, Directory}; in getImpl() local
306 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(MDFile, Ops); in getImpl()
324 Metadata *Ops[] = {File, Producer, Flags, SplitDebugFilename, EnumTypes, in getImpl() local
329 (SourceLanguage, IsOptimized, RuntimeVersion, EmissionKind), Ops); in getImpl()
354 Metadata *Ops[] = {File, Scope, Name, Name, in getImpl() local
360 Ops); in getImpl()
389 Metadata *Ops[] = {File, Scope}; in getImpl() local
390 DEFINE_GETIMPL_STORE(MDLexicalBlock, (Line, Column), Ops); in getImpl()
400 Metadata *Ops[] = {File, Scope}; in getImpl() local
401 DEFINE_GETIMPL_STORE(MDLexicalBlockFile, (Discriminator), Ops); in getImpl()
409 Metadata *Ops[] = {File, Scope, Name}; in getImpl() local
410 DEFINE_GETIMPL_STORE(MDNamespace, (Line), Ops); in getImpl()
420 Metadata *Ops[] = {Name, Type}; in getImpl() local
421 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(MDTemplateTypeParameter, Ops); in getImpl()
430 Metadata *Ops[] = {Name, Type, Value}; in getImpl() local
431 DEFINE_GETIMPL_STORE(MDTemplateValueParameter, (Tag), Ops); in getImpl()
447 Metadata *Ops[] = {Scope, Name, File, Type, in getImpl() local
450 Ops); in getImpl()
469 Metadata *Ops[] = {Scope, Name, File, Type}; in getImpl() local
470 DEFINE_GETIMPL_STORE(MDLocalVariable, (Tag, Line, Arg, Flags), Ops); in getImpl()
540 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type}; in getImpl() local
541 DEFINE_GETIMPL_STORE(MDObjCProperty, (Line, Attributes), Ops); in getImpl()
552 Metadata *Ops[] = {Scope, Entity, Name}; in getImpl() local
553 DEFINE_GETIMPL_STORE(MDImportedEntity, (Tag, Line), Ops); in getImpl()