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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 172 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
174 LexicalScope *findLexicalScope(DebugLoc DL);
191 /// findLexicalScope - Find regular lexical scope or return null.
192 LexicalScope *findLexicalScope(const MDNode *N) {
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 115 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
117 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) {
134 return findLexicalScope(Scope);

Completed in 48 milliseconds