Home
last modified time | relevance | path

Searched refs:createAbstractEntity (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h273 void createAbstractEntity(const DINode *Node, LexicalScope *Scope);
H A DDwarfDebug.cpp1494 CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope( in ensureAbstractEntityIsCreated()
1505 CU.createAbstractEntity(Node, Scope); in ensureAbstractEntityIsCreatedIfScoped()
H A DDwarfCompileUnit.cpp1349 void DwarfCompileUnit::createAbstractEntity(const DINode *Node, in createAbstractEntity() function in DwarfCompileUnit