Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h172 LexicalScope *findLexicalScope(const DILocation *DL);
192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/netbsd-src/external/apache2/llvm/dist/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.cpp1138 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1539 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1574 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1602 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1810 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1884 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1903 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1905 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
H A DDbgEntityHistoryCalculator.cpp154 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1191 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1353 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1605 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()
1661 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()
3304 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()