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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 212 /// getOrCreateRegularScope - Find or create a regular lexical scope.
213 LexicalScope *getOrCreateRegularScope(const DILocalScope *Scope);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 137 return getOrCreateRegularScope(Scope);
140 /// getOrCreateRegularScope - Find or create a regular lexical scope.
142 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) {

Completed in 111 milliseconds