Lines Matching refs:Scope

334 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name,  in createMemberType()  argument
341 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
352 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() argument
356 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
362 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() argument
368 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType()
375 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() argument
381 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
475 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() argument
480 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
487 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart() argument
492 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
505 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() argument
510 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
575 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() argument
582 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
590 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() argument
595 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
673 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() argument
680 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
689 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
696 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() argument
701 return createLocalVariable(VMContext, PreservedVariables, Scope, Name, in createAutoVariable()
707 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable() argument
710 return createLocalVariable(VMContext, PreservedVariables, Scope, Name, ArgNo, in createParameterVariable()
716 DIScope *Scope, StringRef Name, DIFile *File, in createLabel() argument
718 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel()
728 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
809 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace() argument
817 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
821 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() argument
825 return DIModule::get(VMContext, getNonCompileUnitScope(Scope), Name, in createModule()
829 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile() argument
832 return DILexicalBlockFile::get(VMContext, Scope, File, Discriminator); in createLexicalBlockFile()
835 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock() argument
839 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()