Searched refs:DebugNodeRef (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 92 typedef TypedDebugNodeRef<DebugNode> DebugNodeRef; typedef 196 DebugNodeRef getRef() const { return DebugNodeRef::get(this); } in getRef() 2182 MDScope *Scope, DebugNodeRef Entity, 2202 (unsigned Tag, MDScope *Scope, DebugNodeRef Entity, 2214 DebugNodeRef getEntity() const { return DebugNodeRef(getRawEntity()); }
|
D | DebugInfo.h | 103 typedef DebugNodeRef DIDescriptorRef;
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 171 MDImportedEntity::get(C, Tag, Context, DebugNodeRef(NS), Line, Name); in createImportedModule() 197 Context, DebugNodeRef::get(Decl), Line, Name, in createImportedDeclaration()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1956 DebugNodeRef Entity = getCompositeType(); in TEST_F()
|