Searched refs:getNonCompileUnitScope (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 129 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 354 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef() 365 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTemplateAlias() 395 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType() 412 getNonCompileUnitScope(Scope), Ty, SizeInBits, AlignInBits, OffsetInBits, in createVariantMemberType() 423 getNonCompileUnitScope(Scope), Ty, SizeInBits, /*AlignInBits=*/0, in createBitFieldMemberType() 437 getNonCompileUnitScope(Scope), Ty, 0, AlignInBits, in createStaticMemberType() 448 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar() 513 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType() 527 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType() [all …]
|