/external/llvm-project/llvm/unittests/CodeGen/ |
D | LexicalScopesTest.cpp | 188 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/ |
D | LexicalScopes.h | 172 LexicalScope *findLexicalScope(const DILocation *DL); 192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 171 LexicalScope *findLexicalScope(const DILocation *DL); 191 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 172 LexicalScope *findLexicalScope(const DILocation *DL); 192 LexicalScope *findLexicalScope(const DILocalScope *N) { in findLexicalScope() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 123 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes 136 return findLexicalScope(Scope); in findLexicalScope()
|
D | LiveDebugVariables.cpp | 909 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 109 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes 122 return findLexicalScope(Scope); in findLexicalScope()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { in findLexicalScope() function in LexicalScopes 137 return findLexicalScope(Scope); in findLexicalScope()
|
D | LiveDebugVariables.cpp | 932 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1319 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()
|
D | CodeViewDebug.cpp | 1156 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() 1315 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1502 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()
|
D | DbgEntityHistoryCalculator.cpp | 170 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in trimLocationRanges()
|
D | CodeViewDebug.cpp | 1168 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() 1330 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 729 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()
|
D | CodeViewDebug.cpp | 745 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable() 793 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 1603 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()
|