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