Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/
DSectionKind.h140 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
143 bool isThreadLocal() const { in isThreadLocal() function
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp111 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" || in getExecutableRelativeSymbol()
117 if (GOLHS->isThreadLocal()) in getExecutableRelativeSymbol()
DX86FastISel.cpp589 if (GV->isThreadLocal()) in handleConstantAddresses()
928 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp183 if (!GV->isThreadLocal()) in lowerGlobal()
232 if (GV.isThreadLocal()) in runOnModule()
DXCoreTargetObjectFile.cpp144 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
DXCoreAsmPrinter.cpp154 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp72 if (G.isThreadLocal()) in runOnModule()
DTargetLoweringObjectFileImpl.cpp180 if (K.isThreadLocal()) in getELFSectionFlags()
804 else if (K.isThreadLocal()) in getCOFFSectionFlags()
899 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
947 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
DGlobalMerge.cpp525 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasSection()) in doInitialization()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp145 if (GVar->isThreadLocal()) { in getKindForGlobal()
/external/llvm/include/llvm/IR/
DGlobalValue.h153 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp214 if (!GV->isThreadLocal()) in memAddrUsesCTR()
DPPCFastISel.cpp1952 if (GV->isThreadLocal()) in PPCMaterializeGV()
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp374 if (UseTLS != UnsafeStackPtr->isThreadLocal()) in getOrCreateUnsafeStackPtr()
DAddressSanitizer.cpp1205 if (G->isThreadLocal()) return false; in ShouldInstrumentGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp153 if (Global->isThreadLocal()) { in getOrCreateGlobalVariableDIE()
DAsmPrinter.cpp348 bool IsEmuTLSVar = TM.Options.EmulatedTLS && GV->isThreadLocal(); in EmitGlobalVariable()
482 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp639 if (OpGlobal->isThreadLocal()) in verifyBitSetMDNode()
DGlobalOpt.cpp2124 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1355 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp357 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in materializeGV()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1048 if (GV->isThreadLocal()) { in printVariableHead()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp591 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
/external/llvm/lib/IR/
DConstants.cpp407 return GV->isThreadLocal(); in isThreadDependent()
DCore.cpp1580 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()

12