Lines Matching refs:Label
66 const MCSymbol *Label) { in addLabelAddress() argument
73 return addLocalLabelAddress(Die, Attribute, Label); in addLabelAddress()
75 if (Label) in addLabelAddress()
76 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
78 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
87 const MCSymbol *Label) { in addLocalLabelAddress() argument
88 if (Label) in addLocalLabelAddress()
89 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress()
91 if (Label) in addLocalLabelAddress()
93 DIELabel(Label)); in addLocalLabelAddress()
895 const DbgLabel *Label = nullptr; in finishEntityDefinition() local
898 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition()
902 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition()
903 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
908 if (Label) in finishEntityDefinition()
909 if (const auto *Sym = Label->getSymbol()) in finishEntityDefinition()
1091 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes() argument
1093 StringRef Name = Label.getName(); in applyLabelAttributes()
1096 const auto *DILabel = Label.getLabel(); in applyLabelAttributes()
1131 MCSymbol *Label = DD->getAddressPool().getLabel(); in addAddrTableBase() local
1135 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()