Home
last modified time | relevance | path

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

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