Searched refs:getNonCompileUnitScope (Results 1 – 2 of 2) 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/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 …]
|