Searched refs:EmulatedTLS (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 32 MO.EmulatedTLS = Opts.EmulatedTLS; in irManglingOptionsFromTargetOptions()
|
| H A D | Mangling.cpp | 45 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
|
| H A D | JITTargetMachineBuilder.cpp | 20 Options.EmulatedTLS = true; in JITTargetMachineBuilder()
|
| H A D | Layer.cpp | 50 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 91 Target->Options.EmulatedTLS = EmulatedTLS; in selectTarget()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 549 bool EmulatedTLS = true; variable 644 void setEmulatedTLS(bool EmulatedTLS) { in setEmulatedTLS() argument 645 this->EmulatedTLS = EmulatedTLS; in setEmulatedTLS()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 138 NoTrapAfterNoreturn(false), TLSSize(0), EmulatedTLS(false), in TargetOptions() 291 unsigned EmulatedTLS : 1; variable
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Mangling.h | 42 bool EmulatedTLS = false; member
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 92 CGOPT(bool, EmulatedTLS) in CGOPT() 398 static cl::opt<bool> EmulatedTLS( in CGOPT() local 400 CGBINDOPT(EmulatedTLS); in CGOPT() 552 Options.EmulatedTLS = getEmulatedTLS(); in InitTargetOptionsFromCodeGenFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 150 return Options.EmulatedTLS; in useEmulatedTLS()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 436 Options.EmulatedTLS = CodeGenOpts.EmulatedTLS; in initTargetOptions()
|
| H A D | CodeGenModule.cpp | 1165 (!GV->isThreadLocal() || CGM.getCodeGenOpts().EmulatedTLS)) in shouldAssumeDSOLocal()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 90 CODEGENOPT(EmulatedTLS , 1, 0) ///< Set by default or -f[no-]emulated-tls.
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1513 Args, Opts.EmulatedTLS ? OPT_femulated_tls : OPT_fno_emulated_tls, SA); in GenerateCodeGenArgs() 1878 Opts.EmulatedTLS = T.hasDefaultEmulatedTLS(); in ParseCodeGenArgs()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 1553 CodeGenOpts<"EmulatedTLS">, DefaultFalse,
|