Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp49 Symbol->setTLS(); in emitLabel()
60 Symbol->setTLS(); in emitLabelAtPos()
132 Symbol->setTLS(); in emitSymbolAttribute()
228 cast<MCSymbolWasm>(symRef.getSymbol()).setTLS(); in fixSymbolsInTLSFixups()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h71 void setTLS() const { in setTLS() function