Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1043 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1260 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1266 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1290 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1336 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1390 Scope = LScopes.findLexicalScope(Label->getScope()); in collectEntityInfo()
1409 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1411 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
1530 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
1573 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
[all …]
H A DDebugHandlerBase.cpp96 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
197 LScopes.initialize(*MF); in beginFunction()
198 if (LScopes.empty()) { in beginFunction()
H A DCodeViewDebug.cpp1112 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1263 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
1265 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
2785 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h79 LexicalScopes LScopes; variable