Searched refs:getNonCompileUnitScope (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 132 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 312 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef() 342 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType() 357 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType() 369 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType() 382 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType() 393 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar() 455 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType() 469 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType() 481 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType() [all …]
|