Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp31 MO.EmulatedTLS = Opts.EmulatedTLS; in irManglingOptionsFromTargetOptions()
H A DJITTargetMachineBuilder.cpp20 Options.EmulatedTLS = true; in JITTargetMachineBuilder()
H A DMangling.cpp47 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
H A DLayer.cpp51 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp91 Target->Options.EmulatedTLS = EmulatedTLS; in selectTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h550 bool EmulatedTLS = true; variable
645 void setEmulatedTLS(bool EmulatedTLS) { in setEmulatedTLS() argument
646 this->EmulatedTLS = EmulatedTLS; in setEmulatedTLS()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h127 EmulatedTLS(false), ExplicitEmulatedTLS(false), EnableIPRA(false), in TargetOptions()
266 unsigned EmulatedTLS : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMangling.h42 bool EmulatedTLS = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp83 CGOPT(bool, EmulatedTLS) in CGOPT()
370 static cl::opt<bool> EmulatedTLS( in CGOPT() local
372 CGBINDOPT(EmulatedTLS); in CGOPT()
524 Options.EmulatedTLS = getEmulatedTLS(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp166 return Options.EmulatedTLS; in useEmulatedTLS()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp562 Options.EmulatedTLS = CodeGenOpts.EmulatedTLS; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def90 CODEGENOPT(EmulatedTLS , 1, 0) ///< Set by default or -f[no-]emulated-tls.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1481 Args, Opts.EmulatedTLS ? OPT_femulated_tls : OPT_fno_emulated_tls, SA); in GenerateCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1394 CodeGenOpts<"EmulatedTLS">, DefaultFalse,