| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 165 bool isThreadLocal() const { in isThreadLocal() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetObjectFile.cpp | 98 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" || in getExecutableRelativeSymbol() 104 if (GVLHS->isThreadLocal()) in getExecutableRelativeSymbol()
|
| H A D | X86FastISel.cpp | 512 if (GV->isThreadLocal()) in handleConstantAddresses() 850 if (GVar->isThreadLocal()) in X86SelectCallAddress()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 182 if (!GV->isThreadLocal()) in lowerGlobal() 232 if (GV->isThreadLocal()) in runOnModule()
|
| H A D | XCoreTargetObjectFile.cpp | 164 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
| H A D | XCoreAsmPrinter.cpp | 157 if (GV->isThreadLocal()) { in EmitGlobalVariable()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 183 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 D | GlobalMerge.cpp | 295 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection()) in doInitialization()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 146 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 135 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
| /minix3/minix/llvm/passes/sectionify/ |
| H A D | SectionifyPass.cpp | 90 if (GV->isThreadLocal() && !sectionifyTLSData) { in runOnModule()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 204 if (!GV->isThreadLocal()) in memAddrUsesCTR()
|
| H A D | PPCFastISel.cpp | 1912 if (GV->isThreadLocal()) in PPCMaterializeGV()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 148 if (GV.getGlobal()->isThreadLocal()) { in getOrCreateGlobalVariableDIE()
|
| H A D | AsmPrinter.cpp | 447 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 267 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1265 if (!GV->isThreadLocal()) in EmitGlobalVariable()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 861 if(GV->isThreadLocal()) { in setGlobalVariableSection()
|
| /minix3/minix/llvm/passes/magic/ |
| H A D | MagicPass.cpp | 1536 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 D | AddressSanitizer.cpp | 1063 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 1046 if (GV->isThreadLocal()) { in printVariableHead()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 662 if (GV.isThreadLocal() || in WriteModuleInfo()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1992 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 595 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 376 return GV->isThreadLocal(); in isThreadDependent()
|