Home
last modified time | relevance | path

Searched refs:constructImportedEntityDIE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h159 constructImportedEntityDIE(const DIImportedEntity &Module);
DDwarfCompileUnit.cpp343 constructImportedEntityDIE(cast<MDImportedEntity>(E.second))); in constructScopeDIE()
636 DwarfCompileUnit::constructImportedEntityDIE(const DIImportedEntity &Module) { in constructImportedEntityDIE() function in llvm::DwarfCompileUnit
DDwarfDebug.cpp426 D->addChild(TheCU.constructImportedEntityDIE(Module)); in constructAndAddImportedEntityDIE()