Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h162 constructImportedEntityDIE(const DIImportedEntity &Module);
H A DDwarfCompileUnit.cpp350 constructImportedEntityDIE(DIImportedEntity(E.second))); in constructScopeDIE()
637 DwarfCompileUnit::constructImportedEntityDIE(const DIImportedEntity &Module) { in constructImportedEntityDIE() function in llvm::DwarfCompileUnit
H A DDwarfDebug.cpp429 D->addChild(TheCU.constructImportedEntityDIE(Module)); in constructAndAddImportedEntityDIE()