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
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 52 milliseconds