Searched refs:isThreadLocal (Results 1 – 23 of 23) sorted by relevance
162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()165 bool isThreadLocal() const { in isThreadLocal() function
140 if (GVar->isThreadLocal()) { in getKindForGlobal()273 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
185 if (!GV->isThreadLocal()) in lowerGlobal()234 if (GV->isThreadLocal()) in runOnModule()
148 if (GV->isThreadLocal()) { in EmitGlobalVariable()
188 if (K.isThreadLocal()) in getELFSectionFlags()703 else if (K.isThreadLocal()) in getCOFFSectionFlags()745 if (Kind.isThreadLocal()) { in getCOFFSectionPrefixForUniqueGlobal()778 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
159 bool isThreadLocal() const { return threadLocalMode != NotThreadLocal; } in isThreadLocal() function
94 if (GV->isThreadLocal()) { in printSymbolicAddress()
187 setThreadLocal(SrcVar->isThreadLocal()); in copyAttributesFrom()
291 if (GV->isThreadLocal()) in isThreadDependent()
1352 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
246 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
665 if (GV->isThreadLocal()) { in getMemoryForGV()
359 if (GVar->isThreadLocal()) in handleConstantAddresses()367 if (GVar->isThreadLocal()) in handleConstantAddresses()705 if (GVar->isThreadLocal()) in X86SelectCallAddress()
1306 if (!GV->isThreadLocal()) in EmitGlobalVariable()
670 if (secKind.isThreadLocal()) { in SymbolToReloc()
862 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
390 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
1588 if (GV.getGlobal()->isThreadLocal()) { in createGlobalVariableDIE()
1866 bool IsTLS = GVar && GVar->isThreadLocal(); in PPCMaterializeGV()
1029 if (GV->isThreadLocal()) { in printVariableHead()
617 if (GV->isThreadLocal() || in WriteModuleInfo()
678 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
1154 if (GVar && GVar->isThreadLocal()) in getGlobalAddress()