Searched refs:getNonCompileUnitScope (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 132 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 320 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef() 350 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType() 365 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType() 377 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType() 390 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType() 401 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar() 464 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType() 478 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType() 490 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType() [all …]
|