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 208 /// getOrCreateRegularScope - Find or create a regular lexical scope.
209 LexicalScope *getOrCreateRegularScope(MDNode *Scope);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 151 return getOrCreateRegularScope(Scope);
154 /// getOrCreateRegularScope - Find or create a regular lexical scope.
155 LexicalScope *LexicalScopes::getOrCreateRegularScope(MDNode *Scope) {

Completed in 70 milliseconds