Searched refs:useTLSDESC (Results 1 – 5 of 5) sorted by relevance
236 bool TargetMachine::useTLSDESC() const { return Options.EnableTLSDESC; } in useTLSDESC() function in TargetMachine
251 bool useTLSDESC() const;
1890 bool IsDesc = DAG.getTarget().useTLSDESC(); in lowerGlobalTLSAddress()
7525 Addr = DAG.getTarget().useTLSDESC() ? getTLSDescAddr(N, DAG) in lowerGlobalTLSAddress()
18670 bool UseTLSDESC = DAG.getTarget().useTLSDESC(); in GetTLSADDR()