Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h266 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
H A DDwarfCompileUnit.cpp1068 ScopeDIE.addChild(constructImportedEntityDIE(cast<DIImportedEntity>(IE))); in createAndAddScopeChildren()
1270 DIE *DwarfCompileUnit::constructImportedEntityDIE( in constructImportedEntityDIE() function in DwarfCompileUnit
1302 constructImportedEntityDIE(cast<DIImportedEntity>(Element))); in constructImportedEntityDIE()
H A DDwarfDebug.cpp1137 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()