Searched refs:getNonCompileUnitScope (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 105 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-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 132 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 308 LineNo, getNonCompileUnitScope(Context), Ty, 0, 0, in createTypedef() 338 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType() 356 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType() 368 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType() 381 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType() 392 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar() 454 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType() 468 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType() 480 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 67 static MDNode *getNonCompileUnitScope(MDNode *N) { in getNonCompileUnitScope() function 256 getNonCompileUnitScope(Context), in createTypedef() 319 getNonCompileUnitScope(Scope), in createMemberType() 344 getNonCompileUnitScope(File), in createObjCIVar() 371 getNonCompileUnitScope(Context), in createClassType() 396 getNonCompileUnitScope(Context), in createTemplateTypeParameter() 415 getNonCompileUnitScope(Context), in createTemplateValueParameter() 435 getNonCompileUnitScope(Context), in createStructType() 460 getNonCompileUnitScope(Scope), in createUnionType() 507 getNonCompileUnitScope(Scope), in createEnumerationType() [all …]
|