OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAbstractScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
173
bool
isAbstractScope
() const { return AbstractScope; }
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
439
if (Scope->
isAbstractScope
())
573
if (!Scope->getInlinedAt() && DS.isSubprogram() && Scope->
isAbstractScope
() &&
585
TheCU->constructVariableDIE(ArgDV, Scope->
isAbstractScope
())) {
594
TheCU->constructVariableDIE(Variables[i], Scope->
isAbstractScope
())) {
607
if (Scope->
isAbstractScope
()) {
[
all
...]
Completed in 789 milliseconds