Lines Matching defs:ContextDIE
164 DIE *ContextDIE = CB ? getOrCreateCommonBlock(CB, GlobalExprs)
168 DIE *VariableDIE = &createAndAddDIE(GV->getTag(), *ContextDIE, GV);
402 DIE *ContextDIE = getOrCreateContextDIE(CB->getScope());
403 DIE &NDie = createAndAddDIE(dwarf::DW_TAG_common_block, *ContextDIE, CB);
1173 DIE *ContextDIE;
1177 ContextDIE = &getUnitDie();
1183 ContextDIE = &getUnitDie();
1186 ContextDIE = getOrCreateContextDIE(SP->getScope());
1190 ContextCU = DD->lookupCU(ContextDIE->getUnitDie());
1196 *ContextDIE, nullptr);
1408 DIE *ContextDIE = getOrCreateContextDIE(IE->getScope());
1409 assert(ContextDIE && "Empty scope for the imported entity!");
1412 ContextDIE->addChild(IMDie);