Home
last modified time | relevance | path

Searched refs:getNonCompileUnitScope (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DDIBuilder.cpp105 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function
241 LineNo, getNonCompileUnitScope(Context), Ty, 0, 0, in createTypedef()
267 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
284 getNonCompileUnitScope(Scope), Ty, SizeInBits, AlignInBits, OffsetInBits, in createBitFieldMemberType()
296 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, 0, in createStaticMemberType()
307 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
369 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
383 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
395 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
420 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp132 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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp145 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function
356 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef()
385 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
401 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
413 getNonCompileUnitScope(Scope), Ty, SizeInBits, /*AlignInBits=*/0, in createBitFieldMemberType()
427 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
438 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
502 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
516 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
528 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
[all …]