Lines Matching defs:Symbol
104 auto *Symbol = cast<MCSymbolCOFF>(S); in emitLabel() local
130 auto *Symbol = cast<MCSymbolCOFF>(S); in emitSymbolAttribute() local
155 void MCWinCOFFStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
160 auto *Symbol = cast<MCSymbolCOFF>(S); in beginCOFFSymbolDef() local
204 void MCWinCOFFStreamer::emitCOFFSafeSEH(MCSymbol const *Symbol) { in emitCOFFSafeSEH()
228 void MCWinCOFFStreamer::emitCOFFSymbolIndex(MCSymbol const *Symbol) { in emitCOFFSymbolIndex()
236 void MCWinCOFFStreamer::emitCOFFSectionIndex(const MCSymbol *Symbol) { in emitCOFFSectionIndex()
245 void MCWinCOFFStreamer::emitCOFFSecRel32(const MCSymbol *Symbol, in emitCOFFSecRel32()
263 void MCWinCOFFStreamer::emitCOFFImgRel32(const MCSymbol *Symbol, in emitCOFFImgRel32()
284 auto *Symbol = cast<MCSymbolCOFF>(S); in emitCommonSymbol() local
316 auto *Symbol = cast<MCSymbolCOFF>(S); in emitLocalCommonSymbol() local
329 const MCSymbol *Symbol) { in emitWeakReference()
338 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
344 void MCWinCOFFStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()