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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 161 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
DwarfCompileUnit.cpp 582 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, ScopeDIE))
594 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope,
636 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, *AbsDef))

Completed in 49 milliseconds