Lines Matching refs:Scope
348 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() argument
355 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
366 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() argument
370 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
376 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() argument
382 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType()
389 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() argument
395 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
490 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() argument
495 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
502 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart() argument
507 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
520 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() argument
525 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
533 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType() argument
539 getNonCompileUnitScope(Scope), Ty, SizeInBits, in createSetType()
614 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() argument
621 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
629 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() argument
634 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
736 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() argument
743 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
752 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
759 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() argument
764 return createLocalVariable(VMContext, PreservedVariables, Scope, Name, in createAutoVariable()
770 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable() argument
773 return createLocalVariable(VMContext, PreservedVariables, Scope, Name, ArgNo, in createParameterVariable()
779 DIScope *Scope, StringRef Name, DIFile *File, in createLabel() argument
781 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel()
791 DISubprogram *Fn = getDISubprogram(Scope); in createLabel()
873 DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, in createCommonBlock() argument
876 VMContext, Scope, Decl, Name, File, LineNo); in createCommonBlock()
879 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace() argument
887 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
891 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() argument
895 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
900 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile() argument
903 return DILexicalBlockFile::get(VMContext, Scope, File, Discriminator); in createLexicalBlockFile()
906 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock() argument
910 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()