Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp190 EXPECT_EQ(LS.findLexicalScope(InBlockLoc.get()), BlockScope); in TEST_F()
276 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
310 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
311 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
348 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
349 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
390 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
391 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
447 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h172 LexicalScope *findLexicalScope(const DILocation *DL);
192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/llvm-project-15.0.7/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.cpp1180 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1521 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1557 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1585 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1854 Scope = LScopes.findLexicalScope(LocalVar->getScope()); 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()
H A DDbgEntityHistoryCalculator.cpp153 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
H A DCodeViewDebug.cpp1271 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1427 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1049 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()
1118 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()
3290 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()