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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 310 if (!Scope || !Scope->getScopeNode())
313 auto *DS = Scope->getScopeNode();
425 assert(Scope->getScopeNode());
426 auto *DS = Scope->getScopeNode();
567 assert(Scope && Scope->getScopeNode());
570 auto *Sub = cast<DISubprogram>(Scope->getScopeNode());
609 DIE *&AbsDef = DU->getAbstractSPDies()[Scope->getScopeNode()];
613 auto *SP = cast<DISubprogram>(Scope->getScopeNode());
DwarfDebug.cpp 360 assert(Scope && Scope->getScopeNode());
364 const MDNode *SP = Scope->getScopeNode();
749 ensureAbstractVariableIsCreatedIfScoped(Var, Scope->getScopeNode());
898 ensureAbstractVariableIsCreatedIfScoped(IV, Scope.getScopeNode())
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocalScope *getScopeNode() const { return Desc; }

Completed in 45 milliseconds