OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateRegularScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
112
///
getOrCreateRegularScope
- Find or create a regular lexical scope.
113
LexicalScope *
getOrCreateRegularScope
(MDNode *Scope);
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
147
return
getOrCreateRegularScope
(Scope);
150
///
getOrCreateRegularScope
- Find or create a regular lexical scope.
151
LexicalScope *LexicalScopes::
getOrCreateRegularScope
(MDNode *Scope) {
Completed in 23 milliseconds