Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp210 bool StrippedAtomics = false; in runOnModule() local
214 StrippedAtomics = stripAtomics(M); in runOnModule()
220 if (StrippedAtomics && !StrippedTLS) in runOnModule()
222 else if (StrippedTLS && !StrippedAtomics) in runOnModule()
225 recordFeatures(M, Features, StrippedAtomics || StrippedTLS); in runOnModule()