Searched refs:findLexicalScope (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h170 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
172 LexicalScope *findLexicalScope(const DILocation *DL);
191 /// findLexicalScope - Find regular lexical scope or return null.
192 LexicalScope *findLexicalScope(const DILocalScope *N) { function in class:llvm::LexicalScopes
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp121 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
123 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) { function in class:LexicalScopes
136 return findLexicalScope(Scope);
H A DLiveDebugVariables.cpp909 LexicalScope *Scope = LS.findLexicalScope(dl);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1319 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
1348 auto *LScope = LScopes.findLexicalScope(DL);
1372 auto *PredScope = LScopes.findLexicalScope(PredDL);
1573 Scope = LScopes.findLexicalScope(LocalVar->getScope());
1647 Scope = LScopes.findLexicalScope(LocalScope);
1666 Scope = LScopes.findLexicalScope(DV->getScope());
1668 Scope = LScopes.findLexicalScope(DL->getScope());
H A DCodeViewDebug.cpp1156 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
1315 Scope = LScopes.findLexicalScope(DIVar->getScope());

Completed in 223 milliseconds