• Home
  • Raw
  • Download

Lines Matching refs:DD

37   if (!DD->useSplitDwarf() || !Skeleton)  in addLabelAddress()
41 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
43 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
52 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress()
107 DIType GTy = DD->resolve(GV->getType()); in getOrCreateGlobalVariableDIE()
155 if (!DD->useSplitDwarf()) { in getOrCreateGlobalVariableDIE()
166 DD->getAddressPool().getIndex(Sym, /* TLS */ true)); in getOrCreateGlobalVariableDIE()
170 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in getOrCreateGlobalVariableDIE()
173 DD->addArangeLabel(SymbolCU(this, Sym)); in getOrCreateGlobalVariableDIE()
188 DD->addArangeLabel(SymbolCU(this, Sym)); in getOrCreateGlobalVariableDIE()
199 DD->addAccelName(GV->getName(), *VariableDIE); in getOrCreateGlobalVariableDIE()
204 DD->addAccelName(GV->getLinkageName(), *VariableDIE); in getOrCreateGlobalVariableDIE()
211 bool SameAsPrevCU = this == DD->getPrevCU(); in addRange()
212 DD->setPrevCU(this); in addRange()
232 DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionLabel()
270 if (DD->getDwarfVersion() < 4) in attachLowHighPC()
283 if (!DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim( in updateSubprogramScopeDIE()
284 *DD->getCurrentFunction())) in updateSubprogramScopeDIE()
297 DD->addSubprogramNames(SP, *SPDie); in updateSubprogramScopeDIE()
329 if (DD->isLexicalScopeDIENull(Scope)) in constructScopeDIE()
341 for (const auto &E : DD->findImportedEntitiesForScope(DS)) in constructScopeDIE()
368 Die.addValue(Attribute, DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionDelta()
411 List.push_back(RangeSpan(DD->getLabelBeforeInsn(R.first), in attachRangesOrLowHighPC()
412 DD->getLabelAfterInsn(R.second))); in attachRangesOrLowHighPC()
441 DD->addSubprogramNames(InlinedSP, *ScopeDIE); in constructInlinedScopeDIE()
450 if (DD->isLexicalScopeDIENull(Scope)) in constructLexicalScopeDIE()
567 DD->getProcessedSPNodes().insert(Sub); in constructSubprogramScopeDIE()
692 DbgVariable NewVar(DV, nullptr, DIExpression(), DD); in collectDeadVariables()
786 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList()
818 return DD->useSplitDwarf() && Skeleton; in isDwoUnit()
823 (DD->useSplitDwarf() && !Skeleton); in includeMinimalInlineScopes()