Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isThreadLocal() const { in isThreadLocal() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp98 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" || in getExecutableRelativeSymbol()
104 if (GVLHS->isThreadLocal()) in getExecutableRelativeSymbol()
H A DX86FastISel.cpp512 if (GV->isThreadLocal()) in handleConstantAddresses()
850 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp182 if (!GV->isThreadLocal()) in lowerGlobal()
232 if (GV->isThreadLocal()) in runOnModule()
H A DXCoreTargetObjectFile.cpp164 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
H A DXCoreAsmPrinter.cpp157 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp183 if (K.isThreadLocal()) in getELFSectionFlags()
735 else if (K.isThreadLocal()) in getCOFFSectionFlags()
832 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
881 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
H A DGlobalMerge.cpp295 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp146 if (GVar->isThreadLocal()) { in getKindForGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h135 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/minix3/minix/llvm/passes/sectionify/
H A DSectionifyPass.cpp90 if (GV->isThreadLocal() && !sectionifyTLSData) { in runOnModule()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp204 if (!GV->isThreadLocal()) in memAddrUsesCTR()
H A DPPCFastISel.cpp1912 if (GV->isThreadLocal()) in PPCMaterializeGV()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp148 if (GV.getGlobal()->isThreadLocal()) { in getOrCreateGlobalVariableDIE()
H A DAsmPrinter.cpp447 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp267 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1265 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp861 if(GV->isThreadLocal()) { in setGlobalVariableSection()
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp1536 if(GV->isThreadLocal()) { in runOnModule()
2944 …if (GV->isThreadLocal() && (GV->getName().startswith(MAGIC_PREFIX_STR) || GV->getName().startswith… in isMagicGV()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1063 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1046 if (GV->isThreadLocal()) { in printVariableHead()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp662 if (GV.isThreadLocal() || in WriteModuleInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1992 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp595 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp376 return GV->isThreadLocal(); in isThreadDependent()

12