X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfCompileUnit.h;h=855ca39031e346f112379cd5714f2f2b9fc002e5;hp=04748baf7220ef57401a0200a5c2667446cb2d52;hb=ab08da75d70c76fd946483e29366264c92cc092b;hpb=44efa200e23c54ece92cdff8f505d7014c5178b9 diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 04748baf722..855ca39031e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -123,6 +123,10 @@ public: DIE &constructAbstractSubprogramScopeDIE(LexicalScope *Scope); + /// \brief Construct import_module DIE. + std::unique_ptr + constructImportedEntityDIE(const DIImportedEntity &Module); + void finishSubprogramDefinition(DISubprogram SP); };