Searched refs:getNonCompileUnitScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 132 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 341 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType() 356 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType() 368 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType() 392 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar() 454 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType() 680 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable() 718 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel() 792 assert(getNonCompileUnitScope(Context) && in createMethod() 817 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace() [all …]
|