HomeSort by relevance Sort by last modified time
    Searched refs:isAbstractScope (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 60 bool isAbstractScope() const { return AbstractScope; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 334 if (Scope->isAbstractScope())
405 if (Scope->isAbstractScope())
450 auto Var = TheCU.constructVariableDIE(DV, Scope.isAbstractScope());
503 assert(Scope->isAbstractScope());
543 assert(!Scope->isAbstractScope());
    [all...]

Completed in 1140 milliseconds