Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def84 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp171 bool IndirectTlsSegRefs; member in __anon5504e2c90311::X86DAGToDAGISel
178 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
183 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1842 !IndirectTlsSegRefs && in matchLoadInAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1876 if (CodeGenOpts.IndirectTlsSegRefs) in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4799 MarshallingInfoFlag<CodeGenOpts<"IndirectTlsSegRefs">>;