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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h169 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
171 LexicalScope *findLexicalScope(const MDLocation *DL);
190 /// findLexicalScope - Find regular lexical scope or return null.
191 LexicalScope *findLexicalScope(const MDLocalScope *N) { function in class:llvm::LexicalScopes
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp107 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
109 LexicalScope *LexicalScopes::findLexicalScope(const MDLocation *DL) { function in class:LexicalScopes
123 return findLexicalScope(Scope);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
897 Scope = LScopes.findLexicalScope(IV.first->getScope());
933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) {

Completed in 300 milliseconds