Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def77 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp171 bool IndirectTlsSegRefs; member in __anon47c734d40311::X86DAGToDAGISel
176 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
185 IndirectTlsSegRefs = MF.getFunction().hasFnAttribute( in runOnMachineFunction()
1633 !IndirectTlsSegRefs && in matchLoadInAddress()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1761 if (CodeGenOpts.IndirectTlsSegRefs) in getDefaultFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3112 MarshallingInfoFlag<CodeGenOpts<"IndirectTlsSegRefs">>;