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
93
MI2ScopeMap[RangeBeginMI] =
getOrCreateLexicalScope
(PrevDL);
109
MI2ScopeMap[RangeBeginMI] =
getOrCreateLexicalScope
(PrevDL);
133
///
getOrCreateLexicalScope
- Find lexical scope for the given DebugLoc. If
135
LexicalScope *LexicalScopes::
getOrCreateLexicalScope
(DebugLoc DL) {
164
Parent =
getOrCreateLexicalScope
(DebugLoc::getFromDILexicalBlock(Scope));
182
InlinedScope = new LexicalScope(
getOrCreateLexicalScope
(InlinedLoc),
271
LexicalScope *Scope =
getOrCreateLexicalScope
(DL);
293
LexicalScope *Scope =
getOrCreateLexicalScope
(DL);
307
if (LexicalScope *IScope =
getOrCreateLexicalScope
(IDL))
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
108
///
getOrCreateLexicalScope
- Find lexical scope for the given DebugLoc. If
110
LexicalScope *
getOrCreateLexicalScope
(DebugLoc DL);
Completed in 51 milliseconds