Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def67 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp172 bool IndirectTlsSegRefs; member in __anon0b6430600311::X86DAGToDAGISel
177 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
186 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1448 !IndirectTlsSegRefs && in matchLoadInAddress()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp1718 if (CodeGenOpts.IndirectTlsSegRefs) in ConstructDefaultFnAttrList()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp797 Opts.IndirectTlsSegRefs = Args.hasArg(OPT_mno_tls_direct_seg_refs); in ParseCodeGenArgs()