Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp188 EXPECT_EQ(LS.findLexicalScope(InBlockLoc.get()), BlockScope); in TEST_F()
274 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
308 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
309 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
346 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
347 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
388 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
389 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F()
445 LexicalScope *BlockScope = LS.findLexicalScope(InBlockLoc.get()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h172 LexicalScope *findLexicalScope(const DILocation *DL);
192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h171 LexicalScope *findLexicalScope(const DILocation *DL);
191 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h172 LexicalScope *findLexicalScope(const DILocation *DL);
192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp123 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes
136 return findLexicalScope(Scope); in findLexicalScope()
DLiveDebugVariables.cpp909 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp109 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes
122 return findLexicalScope(Scope); in findLexicalScope()
/external/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes
137 return findLexicalScope(Scope); in findLexicalScope()
DLiveDebugVariables.cpp932 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1319 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1348 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1372 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1573 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1647 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1666 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1668 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
DCodeViewDebug.cpp1156 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1315 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1502 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1537 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1565 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1770 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1844 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1863 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()
1865 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()
DDbgEntityHistoryCalculator.cpp170 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
DCodeViewDebug.cpp1168 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1330 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp729 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
948 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()
989 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) in collectVariableInfo()
DCodeViewDebug.cpp745 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
793 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1603 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugValue()
1659 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get()); in transferDebugInstrRef()
3304 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()