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