Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp115 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
254 LScopes.initialize(*MF); in beginFunction()
255 if (LScopes.empty()) { in beginFunction()
270 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()
H A DDwarfDebug.cpp1512 CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope( in ensureAbstractEntityIsCreated()
1522 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractEntityIsCreatedIfScoped()
1539 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1567 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1574 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1602 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1760 validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering()); in buildLocationList()
1808 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1810 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1831 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
[all …]
H A DDbgEntityHistoryCalculator.cpp131 const MachineFunction &MF, LexicalScopes &LScopes, in trimLocationRanges() argument
152 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
154 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1191 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1351 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
1353 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
2901 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h78 LexicalScopes LScopes; variable
H A DDbgEntityHistoryCalculator.h118 void trimLocationRanges(const MachineFunction &MF, LexicalScopes &LScopes,