Searched defs:IsThreadLocal (Results 1 – 3 of 3) sorted by relevance
413 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV() local
537 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV() local
2266 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal) { in LLVMSetThreadLocal()