Searched refs:useTLSDESC (Results 1 – 5 of 5) sorted by relevance
262 bool TargetMachine::useTLSDESC() const { return Options.EnableTLSDESC; } in useTLSDESC() function in TargetMachine
283 bool useTLSDESC() const;
3054 bool IsDesc = DAG.getTarget().useTLSDESC(); in lowerGlobalTLSAddress()
8896 Addr = DAG.getTarget().useTLSDESC() ? getTLSDescAddr(N, DAG) in lowerGlobalTLSAddress()
19365 bool UseTLSDESC = DAG.getTarget().useTLSDESC(); in GetTLSADDR()