OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateInlinedScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
115
///
getOrCreateInlinedScope
- Find or create an inlined lexical scope.
116
LexicalScope *
getOrCreateInlinedScope
(MDNode *Scope, MDNode *InlinedAt);
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
144
return
getOrCreateInlinedScope
(Scope, InlinedAt);
174
///
getOrCreateInlinedScope
- Find or create an inlined lexical scope.
175
LexicalScope *LexicalScopes::
getOrCreateInlinedScope
(MDNode *Scope,
Completed in 163 milliseconds