Lines Matching defs:ContextDIE
169 DIE *ContextDIE = CB ? getOrCreateCommonBlock(CB, GlobalExprs)
173 DIE *VariableDIE = &createAndAddDIE(GV->getTag(), *ContextDIE, GV);
408 DIE *ContextDIE = getOrCreateContextDIE(CB->getScope());
409 DIE &NDie = createAndAddDIE(dwarf::DW_TAG_common_block, *ContextDIE, CB);
1194 DIE *ContextDIE;
1198 ContextDIE = &getUnitDie();
1204 ContextDIE = &getUnitDie();
1207 ContextDIE = getOrCreateContextDIE(SP->getScope());
1211 ContextCU = DD->lookupCU(ContextDIE->getUnitDie());
1217 *ContextDIE, nullptr);
1429 DIE *ContextDIE = getOrCreateContextDIE(IE->getScope());
1430 assert(ContextDIE && "Empty scope for the imported entity!");
1433 ContextDIE->addChild(IMDie);