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 317 /// getOrCreateSubprogramDIE - Create new DIE using SP.
318 DIE *getOrCreateSubprogramDIE(DISubprogram SP);
DwarfCompileUnit.cpp 723 return getOrCreateSubprogramDIE(DISubprogram(Context));
    [all...]
DwarfDebug.cpp 785 DIE *SubprogramDie = TheCU->getOrCreateSubprogramDIE(SP);
828 EntityDie = TheCU->getOrCreateSubprogramDIE(DISubprogram(Entity));
    [all...]

Completed in 3831 milliseconds