Lines Matching refs:Scope
50 unsigned Column, Metadata *Scope, in getImpl() argument
58 DILocationInfo::KeyTy(Line, Column, Scope, in getImpl()
68 Ops.push_back(Scope); in getImpl()
365 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() argument
371 (Tag, Name, File, Line, Scope, BaseType, SizeInBits, in getImpl()
374 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData}; in getImpl()
382 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() argument
391 DICompositeType, (Tag, Name, File, Line, Scope, BaseType, SizeInBits, in getImpl()
394 Metadata *Ops[] = {File, Scope, Name, BaseType, in getImpl()
404 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() argument
414 Context, Tag, Name, File, Line, Scope, BaseType, SizeInBits, in buildODRType()
426 Metadata *Ops[] = {File, Scope, Name, BaseType, in buildODRType()
439 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() argument
449 Context, Tag, Name, File, Line, Scope, BaseType, SizeInBits, in getODRType()
624 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() argument
633 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, in getImpl()
638 File, Scope, Name, LinkageName, Type, Unit, in getImpl()
664 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
671 assert(Scope && "Expected scope"); in getImpl()
672 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl()
673 Metadata *Ops[] = {File, Scope}; in getImpl()
678 Metadata *Scope, Metadata *File, in getImpl() argument
682 assert(Scope && "Expected scope"); in getImpl()
683 DEFINE_GETIMPL_LOOKUP(DILexicalBlockFile, (Scope, File, Discriminator)); in getImpl()
684 Metadata *Ops[] = {File, Scope}; in getImpl()
688 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
692 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
694 Metadata *Ops[] = {nullptr, Scope, Name}; in getImpl()
698 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
704 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
705 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
730 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() argument
738 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable, (Scope, Name, LinkageName, File, Line, in getImpl()
742 Metadata *Ops[] = {Scope, in getImpl()
754 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
764 assert(Scope && "Expected scope"); in getImpl()
767 (Scope, Name, File, Line, Type, Arg, Flags, in getImpl()
769 Metadata *Ops[] = {Scope, Name, File, Type}; in getImpl()
796 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() argument
800 assert(Scope && "Expected scope"); in getImpl()
803 (Scope, Name, File, Line)); in getImpl()
804 Metadata *Ops[] = {Scope, Name, File}; in getImpl()
1097 Metadata *Scope, Metadata *Entity, in getImpl() argument
1103 (Tag, Scope, Entity, File, Line, Name)); in getImpl()
1104 Metadata *Ops[] = {Scope, Entity, Name, File}; in getImpl()