Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def77 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp169 bool IndirectTlsSegRefs; member in __anona710aaa00311::X86DAGToDAGISel
178 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
183 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1709 !IndirectTlsSegRefs && in matchLoadInAddress()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1847 if (CodeGenOpts.IndirectTlsSegRefs) in getDefaultFunctionAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3554 MarshallingInfoFlag<CodeGenOpts<"IndirectTlsSegRefs">>;