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.cpp1990 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo() local
1991 if (LexS) in collectEntityInfo()
1992 createConcreteEntity(TheCU, *LexS, DN, nullptr); in collectEntityInfo()
2317 auto *LexS = LScopes.getOrCreateAbstractScope(LS); in endFunctionImpl() local
2318 assert(LexS && "Expected the LexicalScope to be created."); in endFunctionImpl()
2324 TheCU.createAbstractEntity(DN, LexS); in endFunctionImpl()