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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 148 return getOrCreateInlinedScope(Scope, InlinedAt);
182 /// getOrCreateInlinedScope - Find or create an inlined lexical scope.
183 LexicalScope *LexicalScopes::getOrCreateInlinedScope(MDNode *ScopeNode,
195 Parent = getOrCreateInlinedScope(Scope.getContext(), InlinedAt);
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 211 /// getOrCreateInlinedScope - Find or create an inlined lexical scope.
212 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);

Completed in 41 milliseconds