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