Searched refs:EmulatedTLS (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp31 MO.EmulatedTLS = Opts.EmulatedTLS;
H A DJITTargetMachineBuilder.cpp19 Options.EmulatedTLS = true;
H A DLayer.cpp43 if (G.isThreadLocal() && MO.EmulatedTLS) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp91 Target->Options.EmulatedTLS = EmulatedTLS;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h118 NoTrapAfterNoreturn(false), TLSSize(0), EmulatedTLS(false),
237 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
239 unsigned EmulatedTLS : 1;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h542 bool EmulatedTLS = true; member in class:llvm::EngineBuilder
648 void setEmulatedTLS(bool EmulatedTLS) { argument
649 this->EmulatedTLS = EmulatedTLS;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h31 bool EmulatedTLS = false; member in struct:llvm::orc::IRMaterializationUnit::ManglingOptions
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc245 static cl::opt<bool> EmulatedTLS("emulated-tls",
313 Options.EmulatedTLS = EmulatedTLS;
314 Options.ExplicitEmulatedTLS = EmulatedTLS.getNumOccurrences() > 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp203 // Returns Options.EmulatedTLS if the -emulated-tls or -no-emulated-tls
206 return Options.EmulatedTLS;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp478 Options.EmulatedTLS = CodeGenOpts.EmulatedTLS;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1253 Opts.EmulatedTLS =

Completed in 199 milliseconds