Home
last modified time | relevance | path

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

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