Searched refs:DIScopeRef (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 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() 541 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, in createReplaceableCompositeType() [all …]
|
D | DebugInfoMetadata.cpp | 128 DIScopeRef DIScope::getScope() const { in getScope() 136 return DIScopeRef(LB->getScope()); in getScope() 139 return DIScopeRef(NS->getScope()); in getScope() 142 return DIScopeRef(M->getScope()); in getScope()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 95 typedef TypedDINodeRef<DIScope> DIScopeRef; typedef 421 DIScopeRef getScope() const; 434 DIScopeRef getRef() const { return DIScopeRef::get(this); } 546 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); } 672 DIScopeRef Scope, DITypeRef BaseType, 707 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits, 772 unsigned Line, DIScopeRef Scope, DITypeRef BaseType, 802 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits, 1245 getImpl(LLVMContext &Context, DIScopeRef Scope, StringRef Name, 1279 (DIScopeRef Scope, StringRef Name, StringRef LinkageName, [all …]
|
D | DIBuilder.h | 540 DISubprogram *createFunction(DIScopeRef Scope, StringRef Name,
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 90 DIScopeRef getSubprogramRef() { return getSubprogram()->getRef(); } in getSubprogramRef() 989 DIScopeRef Scope = getSubprogramRef(); in TEST_F() 1050 DIScopeRef Scope = getSubprogramRef(); in TEST_F() 1069 DIScopeRef Scope = getSubprogramRef(); in TEST_F() 1188 DIScopeRef Scope = getSubprogramRef(); in TEST_F() 1214 DIScopeRef Scope = getSubprogramRef(); in TEST_F() 1406 DIScopeRef Scope = getCompositeType(); in TEST_F()
|