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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 275 /// getOrCreateSubprogramDIE - Create new DIE using SP.
276 DIE *getOrCreateSubprogramDIE(DISubprogram SP);
DwarfCompileUnit.cpp 594 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context));
826 ElemDie = getOrCreateSubprogramDIE(DISubprogram(Element));
    [all...]
DwarfDebug.cpp 643 DIE *SubprogramDie = TheCU->getOrCreateSubprogramDIE(SP);
    [all...]

Completed in 31 milliseconds