Home
last modified time | relevance | path

Searched refs:setTLS (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp62 Symbol->setTLS(); in emitLabel()
73 Symbol->setTLS(); in emitLabelAtPos()
146 Symbol->setTLS(); in emitSymbolAttribute()
242 cast<MCSymbolWasm>(symRef.getSymbol()).setTLS(); in fixSymbolsInTLSFixups()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h70 void setTLS() const { in setTLS() function