Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h265 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
H A DDwarfCompileUnit.cpp1063 ScopeDIE.addChild(constructImportedEntityDIE(cast<DIImportedEntity>(IE))); in createAndAddScopeChildren()
1265 DIE *DwarfCompileUnit::constructImportedEntityDIE( in constructImportedEntityDIE() function in DwarfCompileUnit
1297 constructImportedEntityDIE(cast<DIImportedEntity>(Element))); in constructImportedEntityDIE()
H A DDwarfDebug.cpp1111 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()