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 580 void constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N);
583 void constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N,
587 void constructImportedEntityDIE(CompileUnit *TheCU,
DwarfDebug.cpp 628 constructImportedEntityDIE(TheCU, i->second, ScopeDIE);
798 void DwarfDebug::constructImportedEntityDIE(CompileUnit *TheCU,
804 constructImportedEntityDIE(TheCU, Module, D);
807 void DwarfDebug::constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N,
812 return constructImportedEntityDIE(TheCU, Module, Context);
815 void DwarfDebug::constructImportedEntityDIE(CompileUnit *TheCU,
    [all...]

Completed in 103 milliseconds