Searched refs:getOrCreateInlinedScope (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp151 return getOrCreateInlinedScope(Scope, IA);
185 /// getOrCreateInlinedScope - Find or create an inlined lexical scope.
187 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, function in class:LexicalScopes
198 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h216 /// getOrCreateInlinedScope - Find or create an inlined lexical scope.
217 LexicalScope *getOrCreateInlinedScope(const DILocalScope *Scope,

Completed in 121 milliseconds