Home | History | Annotate | Download | only in IR

Lines Matching refs:Scope

404     DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
411 getNonCompileUnitScope(Scope),
426 Scope, StringRef Name,
435 getNonCompileUnitScope(Scope),
662 DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name,
672 getNonCompileUnitScope(Scope),
713 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
720 getNonCompileUnitScope(Scope),
849 DIDescriptor Scope, DIFile F,
857 getNonCompileUnitScope(Scope),
957 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
962 DIDescriptor Context(getNonCompileUnitScope(Scope));
969 getNonCompileUnitScope(Scope),
982 DISubprogram Fn(getDISubprogram(Scope));
994 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
1001 Elts.push_back(getNonCompileUnitScope(Scope)),
1098 // FIXME: Do we want to use different scope/lines?
1110 /// with the specified parent scope.
1111 DINameSpace DIBuilder::createNameSpace(DIDescriptor Scope, StringRef Name,
1116 getNonCompileUnitScope(Scope),
1127 /// an existing scope with a new filename.
1128 DILexicalBlockFile DIBuilder::createLexicalBlockFile(DIDescriptor Scope,
1133 Scope
1142 DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File,
1149 getNonCompileUnitScope(Scope),