Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp113 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
259 LScopes.initialize(*MF); in beginFunction()
260 if (LScopes.empty()) { in beginFunction()
275 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()
H A DDwarfDebug.cpp1520 CU.createAbstractEntity(Node, LScopes.getOrCreateAbstractScope( in ensureAbstractEntityIsCreated()
1530 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractEntityIsCreatedIfScoped()
1547 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1576 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1583 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1611 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1792 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
1878 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1880 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1901 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
[all …]
H A DDbgEntityHistoryCalculator.cpp130 const MachineFunction &MF, LexicalScopes &LScopes, in trimLocationRanges() argument
151 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
153 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1272 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1436 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
1438 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
3041 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h81 LexicalScopes LScopes; variable
H A DDbgEntityHistoryCalculator.h117 void trimLocationRanges(const MachineFunction &MF, LexicalScopes &LScopes,