Lines Matching defs:Symbol
42 auto *Symbol = cast<MCSymbolWasm>(S);
43 MCObjectStreamer::emitLabel(Symbol, Loc);
48 Symbol->setTLS();
53 auto *Symbol = cast<MCSymbolWasm>(S);
54 MCObjectStreamer::emitLabelAtPos(Symbol, Loc, F, Offset);
59 Symbol->setTLS();
82 const MCSymbol *Symbol) {
83 getAssembler().registerSymbol(*Symbol);
85 Symbol, MCSymbolRefExpr::VK_WEAKREF, getContext());
92 auto *Symbol = cast<MCSymbolWasm>(S);
97 getAssembler().registerSymbol(*Symbol);
113 Symbol->setHidden(true);
118 Symbol->setWeak(true);
119 Symbol->setExternal(true);
123 Symbol->setExternal(true);
127 Symbol->setType(wasm::WASM_SYMBOL_TYPE_FUNCTION);
131 Symbol->setTLS();
139 Symbol->setNoStrip();
156 void MCWasmStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) {
157 cast<MCSymbolWasm>(Symbol)->setSize(Value);
245 void MCWasmStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) {
249 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
255 void MCWasmStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol,