Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp116 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
268 LScopes.initialize(*MF); in beginFunction()
269 if (LScopes.empty()) { in beginFunction()
284 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()
H A DDwarfDebug.cpp1508 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractEntityIsCreatedIfScoped()
1540 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1593 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1600 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1628 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1809 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
1895 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1897 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1918 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
1969 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
[all …]
H A DDbgEntityHistoryCalculator.cpp130 const MachineFunction &MF, LexicalScopes &LScopes, in trimLocationRanges() argument
154 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
156 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1289 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1460 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
1462 Scope = LScopes.findLexicalScope(DIVar->getScope()); in beginFunctionImpl()
3074 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h85 LexicalScopes LScopes; variable
H A DDbgEntityHistoryCalculator.h117 void trimLocationRanges(const MachineFunction &MF, LexicalScopes &LScopes,