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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 510 void constructImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N);
513 void constructImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N,
517 void constructImportedEntityDIE(DwarfCompileUnit &TheCU,
DwarfDebug.cpp 604 constructImportedEntityDIE(TheCU, i->second, *ScopeDIE);
684 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU,
689 constructImportedEntityDIE(TheCU, Module, *D);
692 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU,
696 return constructImportedEntityDIE(TheCU, Module, Context);
699 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU,
777 constructImportedEntityDIE(CU, ImportedEntities.getElement(i));
    [all...]

Completed in 120 milliseconds