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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h78 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
80 LexicalScope *findLexicalScope(DebugLoc DL);
98 /// findLexicalScope - Find regular lexical scope or return NULL.
99 LexicalScope *findLexicalScope(const MDNode *N) { function in class:llvm::LexicalScopes
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp114 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
116 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) { function in class:LexicalScopes

Completed in 608 milliseconds