Lines Matching refs:Label

84                                        const MCSymbol *Label) {  in addLabelAddress()  argument
85 if ((Skeleton || !DD->useSplitDwarf()) && Label) in addLabelAddress()
86 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
90 return addLocalLabelAddress(Die, Attribute, Label); in addLabelAddress()
96 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addLabelAddress()
97 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
99 if (!Base || Base == Label) { in addLabelAddress()
100 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
115 addPoolOpAddress(*Loc, Label); in addLabelAddress()
120 DD->getAddressPool().getIndex(Base), Label, Base)); in addLabelAddress()
125 const MCSymbol *Label) { in addLocalLabelAddress() argument
126 if (Label) in addLocalLabelAddress()
127 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
644 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
647 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
1436 const DbgLabel *Label = nullptr; in finishEntityDefinition() local
1439 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition()
1443 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition()
1444 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
1449 if (!Label) in finishEntityDefinition()
1452 const auto *Sym = Label->getSymbol(); in finishEntityDefinition()
1459 if (StringRef Name = Label->getName(); !Name.empty()) in finishEntityDefinition()
1651 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes() argument
1653 StringRef Name = Label.getName(); in applyLabelAttributes()
1656 const auto *DILabel = Label.getLabel(); in applyLabelAttributes()
1689 MCSymbol *Label = DD->getAddressPool().getLabel(); in addAddrTableBase() local
1693 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()