Lines Matching refs:MCSymbol
17 void RecordStreamer::markDefined(const MCSymbol &Symbol) { in markDefined()
36 void RecordStreamer::markGlobal(const MCSymbol &Symbol, in markGlobal()
56 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed()
73 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
89 void RecordStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
94 void RecordStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in emitAssignment()
99 bool RecordStreamer::emitSymbolAttribute(MCSymbol *Symbol, in emitSymbolAttribute()
108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
114 void RecordStreamer::emitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitCommonSymbol()
119 RecordStreamer::State RecordStreamer::getSymbolState(const MCSymbol *Sym) { in getSymbolState()
126 void RecordStreamer::emitELFSymverDirective(const MCSymbol *OriginalSym, in emitELFSymverDirective()
156 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives()
221 MCSymbol *Alias = getContext().getOrCreateSymbol(AliasName); in flushSymverDirectives()