Home
last modified time | relevance | path

Searched refs:isThreadLocal (Results 1 – 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isThreadLocal() const { in isThreadLocal() function
/freebsd-10-stable/contrib/llvm/lib/Target/
DTargetLoweringObjectFile.cpp140 if (GVar->isThreadLocal()) { in getKindForGlobal()
273 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp185 if (!GV->isThreadLocal()) in lowerGlobal()
234 if (GV->isThreadLocal()) in runOnModule()
DXCoreAsmPrinter.cpp148 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp188 if (K.isThreadLocal()) in getELFSectionFlags()
703 else if (K.isThreadLocal()) in getCOFFSectionFlags()
745 if (Kind.isThreadLocal()) { in getCOFFSectionPrefixForUniqueGlobal()
778 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DGlobalVariable.h159 bool isThreadLocal() const { return threadLocalMode != NotThreadLocal; } in isThreadLocal() function
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp94 if (GV->isThreadLocal()) { in printSymbolicAddress()
/freebsd-10-stable/contrib/llvm/lib/IR/
DGlobals.cpp187 setThreadLocal(SrcVar->isThreadLocal()); in copyAttributesFrom()
DConstants.cpp291 if (GV->isThreadLocal()) in isThreadDependent()
DCore.cpp1352 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp246 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp665 if (GV->isThreadLocal()) { in getMemoryForGV()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FastISel.cpp359 if (GVar->isThreadLocal()) in handleConstantAddresses()
367 if (GVar->isThreadLocal()) in handleConstantAddresses()
705 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1306 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp670 if (secKind.isThreadLocal()) { in SymbolToReloc()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp862 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp390 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
DDwarfCompileUnit.cpp1588 if (GV.getGlobal()->isThreadLocal()) { in createGlobalVariableDIE()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1866 bool IsTLS = GVar && GVar->isThreadLocal(); in PPCMaterializeGV()
/freebsd-10-stable/contrib/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1029 if (GV->isThreadLocal()) { in printVariableHead()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp617 if (GV->isThreadLocal() || in WriteModuleInfo()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMFastISel.cpp678 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1154 if (GVar && GVar->isThreadLocal()) in getGlobalAddress()