Lines Matching refs:MCSymbol
90 void emitLabel(MCSymbol *Symbol, SMLoc Loc = SMLoc()) override;
91 void emitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
92 void emitEHSymAttributes(const MCSymbol *Symbol, MCSymbol *EHSymbol) override;
103 void emitThumbFunc(MCSymbol *Func) override;
104 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
105 void emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
106 void emitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
109 void emitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
111 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
114 void emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
184 MCSymbol *Label = getContext().createLinkerPrivateTempSymbol(); in changeSection()
190 void MCMachOStreamer::emitEHSymAttributes(const MCSymbol *Symbol, in emitEHSymAttributes()
191 MCSymbol *EHSymbol) { in emitEHSymAttributes()
201 void MCMachOStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
219 void MCMachOStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in emitAssignment()
224 const MCSymbol &SymA = SymAExpr->getSymbol(); in emitAssignment()
234 MCSymbol *Start = getContext().createTempSymbol(); in emitDataRegion()
311 void MCMachOStreamer::emitThumbFunc(MCSymbol *Symbol) { in emitThumbFunc()
318 bool MCMachOStreamer::emitSymbolAttribute(MCSymbol *Sym, in emitSymbolAttribute()
428 void MCMachOStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
434 void MCMachOStreamer::emitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitCommonSymbol()
444 void MCMachOStreamer::emitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitLocalCommonSymbol()
451 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
479 void MCMachOStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
510 DenseMap<const MCFragment *, const MCSymbol *> DefiningSymbolMap; in finishImpl()
511 for (const MCSymbol &Symbol : getAssembler().symbols()) { in finishImpl()
524 const MCSymbol *CurrentAtom = nullptr; in finishImpl()
526 if (const MCSymbol *Symbol = DefiningSymbolMap.lookup(&Frag)) in finishImpl()
539 const MCSymbol *S = &SRE->getSymbol(); in finalizeCGProfileEntry()