OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlinedScope
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
177
LexicalScope *
InlinedScope
= LexicalScopeMap.lookup(InlinedAt);
178
if (
InlinedScope
)
179
return
InlinedScope
;
182
InlinedScope
= new LexicalScope(getOrCreateLexicalScope(InlinedLoc),
184
InlinedLexicalScopeMap[InlinedLoc] =
InlinedScope
;
185
LexicalScopeMap[InlinedAt] =
InlinedScope
;
186
return
InlinedScope
;
/external/llvm/lib/IR/
DebugInfo.cpp
810
/// @param
InlinedScope
Location at current variable is inlined.
811
DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *
InlinedScope
,
816
i == 7 ? Elts.push_back(
InlinedScope
) :
[
all
...]
/external/llvm/include/llvm/
DebugInfo.h
713
/// @param
InlinedScope
Location at current variable is inlined.
714
DIVariable createInlinedVariable(MDNode *DV, MDNode *
InlinedScope
,
Completed in 6526 milliseconds