Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.h296 DIE *constructImportedEntityDIE(const DIImportedEntity *IE);
HDDwarfCompileUnit.cpp1347 DIE *DwarfCompileUnit::constructImportedEntityDIE( in constructImportedEntityDIE() function in DwarfCompileUnit
1395 constructImportedEntityDIE(cast<DIImportedEntity>(Element))); in constructImportedEntityDIE()
1411 DIE *IMDie = constructImportedEntityDIE(IE); in getOrCreateImportedEntityDIE()