Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1997 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo() local
1998 if (LexS) in collectEntityInfo()
1999 createConcreteEntity(TheCU, *LexS, DN, nullptr); in collectEntityInfo()
2752 auto *LexS = LScopes.getOrCreateAbstractScope(LS); in endFunctionImpl() local
2753 assert(LexS && "Expected the LexicalScope to be created."); in endFunctionImpl()
2759 TheCU.createAbstractEntity(DN, LexS); in endFunctionImpl()