Home
last modified time | relevance | path

Searched refs:findLexicalScope (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h172 LexicalScope *findLexicalScope(const DILocation *DL);
192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes
137 return findLexicalScope(Scope); in findLexicalScope()
H A DLiveDebugVariables.cpp1185 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1540 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1600 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1628 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1897 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1971 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1990 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo()
H A DDbgEntityHistoryCalculator.cpp156 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1289 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1462 Scope = LScopes.findLexicalScope(DIVar->getScope()); in beginFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1414 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()
1621 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()
3799 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()