Home
last modified time | relevance | path

Searched refs:DebugNodeRef (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h92 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()); }
DDebugInfo.h103 typedef DebugNodeRef DIDescriptorRef;
/external/llvm/lib/IR/
DDIBuilder.cpp171 MDImportedEntity::get(C, Tag, Context, DebugNodeRef(NS), Line, Name); in createImportedModule()
197 Context, DebugNodeRef::get(Decl), Line, Name, in createImportedDeclaration()
/external/llvm/unittests/IR/
DMetadataTest.cpp1956 DebugNodeRef Entity = getCompositeType(); in TEST_F()