Searched refs:LScopes (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 114 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers() 260 LScopes.initialize(*MF); in beginFunction() 261 if (LScopes.empty()) { in beginFunction() 276 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()
|
| H A D | DwarfDebug.cpp | 1521 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() 1550 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument 1557 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() 1585 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout() 1926 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo() 1928 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo() 1947 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo() 1949 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo() 2148 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl() 2204 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl() [all …]
|
| H A D | DbgEntityHistoryCalculator.cpp | 130 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 D | CodeViewDebug.cpp | 1271 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() 1425 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo() 1427 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo() 3012 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DebugHandlerBase.h | 78 LexicalScopes LScopes; variable
|
| H A D | DbgEntityHistoryCalculator.h | 117 void trimLocationRanges(const MachineFunction &MF, LexicalScopes &LScopes,
|