Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def77 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp168 bool IndirectTlsSegRefs; member in __anon8d8115f90311::X86DAGToDAGISel
173 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
182 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1702 !IndirectTlsSegRefs && in matchLoadInAddress()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1809 if (CodeGenOpts.IndirectTlsSegRefs) in getDefaultFunctionAttributes()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3448 MarshallingInfoFlag<CodeGenOpts<"IndirectTlsSegRefs">>;