Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1330 DIE *EntityDie; in constructImportedEntityDIE() local
1333 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()
1335 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()
1341 EntityDie = AbsSPDie; in constructImportedEntityDIE()
1343 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()
1345 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()
1347 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()
1349 EntityDie = getOrCreateImportedEntityDIE(IE); in constructImportedEntityDIE()
1351 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
1352 assert(EntityDie); in constructImportedEntityDIE()
[all …]