HomeSort by relevance Sort by last modified time
    Searched refs:findLexicalScope (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 169 /// 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) {
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 107 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
109 LexicalScope *LexicalScopes::findLexicalScope(const MDLocation *DL) {
123 return findLexicalScope(Scope);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
897 Scope = LScopes.findLexicalScope(IV.first->getScope());
    [all...]

Completed in 67 milliseconds