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.def75 CODEGENOPT(IndirectTlsSegRefs, 1, 0, Benign) ///< Set when -mno-tls-direct-seg-refs
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp170 bool IndirectTlsSegRefs; member in __anon5504e2c90311::X86DAGToDAGISel
177 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
182 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1890 !IndirectTlsSegRefs && in matchLoadInAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1973 if (CodeGenOpts.IndirectTlsSegRefs) in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5078 MarshallingInfoFlag<CodeGenOpts<"IndirectTlsSegRefs">>;