Searched defs:findLexicalScope (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h172 /// 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) { function in class:llvm::LexicalScopes
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp115 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
117 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) { function in class:LexicalScopes
134 return findLexicalScope(Scope);

Completed in 1388 milliseconds