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.h174 LLVM_ABI LexicalScope *findLexicalScope(const DILocation *DL);
194 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.cpp1196 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1550 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1610 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1638 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1908 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1978 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1997 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo()
H A DDbgEntityHistoryCalculator.cpp156 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1296 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1476 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1449 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()
1656 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()
3826 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()