Searched defs:constructImportedEntityDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp604 constructImportedEntityDIE(TheCU, i->second, *ScopeDIE);
684 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU, function in class:DwarfDebug
689 constructImportedEntityDIE(TheCU, Module, *D);
692 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU, function in class:DwarfDebug
696 return constructImportedEntityDIE(TheCU, Module, Context);
699 void DwarfDebug::constructImportedEntityDIE(DwarfCompileUnit &TheCU, function in class:DwarfDebug
777 constructImportedEntityDIE(CU, ImportedEntities.getElement(i));

Completed in 103 milliseconds