Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h269 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
H A DDwarfCompileUnit.cpp1027 constructImportedEntityDIE(cast<DIImportedEntity>(IE))); in createScopeChildrenDIE()
1253 DIE *DwarfCompileUnit::constructImportedEntityDIE( in constructImportedEntityDIE() function in DwarfCompileUnit
H A DDwarfDebug.cpp1119 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()