Searched refs:getNonCompileUnitScope (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 130 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function 271 DIScopeRef::get(getNonCompileUnitScope(Context)), in createTypedef() 300 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), in createMemberType() 318 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), 0, 0, in createStaticMemberType() 330 DIScopeRef::get(getNonCompileUnitScope(File)), DITypeRef::get(Ty), in createObjCIVar() 393 DIScopeRef::get(getNonCompileUnitScope(Context)), in createClassType() 410 DIScopeRef::get(getNonCompileUnitScope(Context)), in createStructType() 425 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits, in createUnionType() 457 DIScopeRef::get(getNonCompileUnitScope(Scope)), in createEnumerationType() 526 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits, in createForwardDecl() [all …]
|