OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateLexicalScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
86
MI2ScopeMap[RangeBeginMI] =
getOrCreateLexicalScope
(PrevDL);
102
MI2ScopeMap[RangeBeginMI] =
getOrCreateLexicalScope
(PrevDL);
126
///
getOrCreateLexicalScope
- Find lexical scope for the given DebugLoc. If
128
LexicalScope *LexicalScopes::
getOrCreateLexicalScope
(const MDLocalScope *Scope,
153
Parent =
getOrCreateLexicalScope
(Block->getScope());
181
Parent =
getOrCreateLexicalScope
(InlinedAt);
274
LexicalScope *Scope =
getOrCreateLexicalScope
(DL);
296
LexicalScope *Scope =
getOrCreateLexicalScope
(DL);
308
if (LexicalScope *IScope =
getOrCreateLexicalScope
(IDL))
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
203
///
getOrCreateLexicalScope
- Find lexical scope for the given Scope/IA. If
205
LexicalScope *
getOrCreateLexicalScope
(const MDLocalScope *Scope,
207
LexicalScope *
getOrCreateLexicalScope
(const MDLocation *DL) {
208
return DL ?
getOrCreateLexicalScope
(DL->getScope(), DL->getInlinedAt())
Completed in 60 milliseconds