Lines Matching refs:Label

69                                        const MCSymbol *Label) {  in addLabelAddress()  argument
72 return addLocalLabelAddress(Die, Attribute, Label); in addLabelAddress()
74 if (Label) in addLabelAddress()
75 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
81 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addLabelAddress()
82 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
84 if (!Base || Base == Label) { in addLabelAddress()
85 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
100 addPoolOpAddress(*Loc, Label); in addLabelAddress()
105 DD->getAddressPool().getIndex(Base), Label, Base)); in addLabelAddress()
110 const MCSymbol *Label) { in addLocalLabelAddress() argument
111 if (Label) in addLocalLabelAddress()
112 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress()
114 if (Label) in addLocalLabelAddress()
115 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
584 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
587 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
1301 const DbgLabel *Label = nullptr; in finishEntityDefinition() local
1304 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition()
1308 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition()
1309 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
1314 if (Label) in finishEntityDefinition()
1315 if (const auto *Sym = Label->getSymbol()) in finishEntityDefinition()
1503 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes() argument
1505 StringRef Name = Label.getName(); in applyLabelAttributes()
1508 const auto *DILabel = Label.getLabel(); in applyLabelAttributes()
1541 MCSymbol *Label = DD->getAddressPool().getLabel(); in addAddrTableBase() local
1545 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()