Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp45 Symbol->setTLS(); in emitLabel()
56 Symbol->setTLS(); in emitLabelAtPos()
112 Symbol->setTLS(); in emitSymbolAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp77 SymA.setTLS(); in getRelocType()
84 SymA.setTLS(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h71 void setTLS() const { in setTLS() function