Lines Matching refs:Scope

59                                 unsigned Column, Metadata *Scope,  in getImpl()  argument
67 DILocationInfo::KeyTy(Line, Column, Scope, in getImpl()
77 Ops.push_back(Scope); in getImpl()
582 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() argument
588 (Tag, Name, File, Line, Scope, BaseType, SizeInBits, in getImpl()
591 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData}; in getImpl()
599 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() argument
610 (Tag, Name, File, Line, Scope, BaseType, SizeInBits, AlignInBits, in getImpl()
613 Metadata *Ops[] = {File, Scope, Name, BaseType, in getImpl()
624 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() argument
636 Context, Tag, Name, File, Line, Scope, BaseType, SizeInBits, in buildODRType()
649 Metadata *Ops[] = {File, Scope, Name, BaseType, in buildODRType()
663 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() argument
675 Context, Tag, Name, File, Line, Scope, BaseType, SizeInBits, in getODRType()
860 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() argument
869 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
874 File, Scope, Name, LinkageName, Type, Unit, in getImpl()
895 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
902 assert(Scope && "Expected scope"); in getImpl()
903 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl()
904 Metadata *Ops[] = {File, Scope}; in getImpl()
909 Metadata *Scope, Metadata *File, in getImpl() argument
913 assert(Scope && "Expected scope"); in getImpl()
914 DEFINE_GETIMPL_LOOKUP(DILexicalBlockFile, (Scope, File, Discriminator)); in getImpl()
915 Metadata *Ops[] = {File, Scope}; in getImpl()
919 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
923 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
925 Metadata *Ops[] = {nullptr, Scope, Name}; in getImpl()
929 DICommonBlock *DICommonBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
934 DEFINE_GETIMPL_LOOKUP(DICommonBlock, (Scope, Decl, Name, File, LineNo)); in getImpl()
936 Metadata *Ops[] = {Scope, Decl, Name, File}; in getImpl()
941 Metadata *Scope, MDString *Name, in getImpl() argument
947 DEFINE_GETIMPL_LOOKUP(DIModule, (File, Scope, Name, ConfigurationMacros, in getImpl()
949 Metadata *Ops[] = {File, Scope, Name, ConfigurationMacros, in getImpl()
975 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() argument
983 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable, (Scope, Name, LinkageName, File, Line, in getImpl()
987 Metadata *Ops[] = {Scope, in getImpl()
999 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
1009 assert(Scope && "Expected scope"); in getImpl()
1012 (Scope, Name, File, Line, Type, Arg, Flags, in getImpl()
1014 Metadata *Ops[] = {Scope, Name, File, Type}; in getImpl()
1041 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
1045 assert(Scope && "Expected scope"); in getImpl()
1048 (Scope, Name, File, Line)); in getImpl()
1049 Metadata *Ops[] = {Scope, Name, File}; in getImpl()
1553 Metadata *Scope, Metadata *Entity, in getImpl() argument
1559 (Tag, Scope, Entity, File, Line, Name)); in getImpl()
1560 Metadata *Ops[] = {Scope, Entity, Name, File}; in getImpl()