Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isThreadLocal() const { in isThreadLocal() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp130 if (GVar->isThreadLocal()) { in getKindForGlobal()
263 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp158 if (K.isThreadLocal()) in getELFSectionFlags()
649 else if (K.isThreadLocal()) in getCOFFSectionFlags()
680 if (Kind.isThreadLocal()) in getCOFFSectionPrefixForUniqueGlobal()
711 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
/external/llvm/include/llvm/
DGlobalVariable.h138 bool isThreadLocal() const { return isThreadLocalSymbol; } in isThreadLocal() function
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp156 if (GV->isThreadLocal()) { in EmitGlobalVariable()
167 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp56 I->isThreadLocal(), in CloneModule()
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp181 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/llvm/lib/VMCore/
DGlobals.cpp181 setThreadLocal(SrcVar->isThreadLocal()); in copyAttributesFrom()
DAsmWriter.cpp1385 if (GV->isThreadLocal()) Out << "thread_local "; in printGlobal()
DCore.cpp1250 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp520 GV->isThreadLocal(), in SRAGlobal()
553 GV->isThreadLocal(), in SRAGlobal()
869 GV->isThreadLocal()); in OptimizeGlobalAddressOfMalloc()
902 GV->getName()+".init", GV->isThreadLocal()); in OptimizeGlobalAddressOfMalloc()
1324 GV->isThreadLocal()); in PerformHeapAllocSRoA()
1648 GV->isThreadLocal()); in TryToShrinkGlobalToBoolean()
2048 GCL->isThreadLocal()); in InstallGlobalCtors()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp398 if (G->isThreadLocal()) in insertGlobalRedzones()
478 NewInitializer, "", G, G->isThreadLocal()); in insertGlobalRedzones()
/external/llvm/lib/Linker/
DLinkModules.cpp686 DstGV->isThreadLocal(), in linkAppendingVarProto()
761 SGV->isThreadLocal(), in linkGlobalProto()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp815 if (GV->isThreadLocal()) { in getMemoryForGV()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1603 bool isThreadLocal = false; in ParseModule() local
1605 isThreadLocal = Record[7]; in ParseModule()
1613 isThreadLocal, AddressSpace); in ParseModule()
1618 NewGV->setThreadLocal(isThreadLocal); in ParseModule()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp489 if (GVar->isThreadLocal()) in X86SelectAddress()
497 if (GVar->isThreadLocal()) in X86SelectAddress()
644 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp494 if (GV->isThreadLocal() || in WriteModuleInfo()
498 Vals.push_back(GV->isThreadLocal()); in WriteModuleInfo()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1125 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/external/llvm/lib/MC/
DELFObjectWriter.cpp657 if (secKind.isThreadLocal()) { in SymbolToReloc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp364 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp997 if (GV->isThreadLocal()) { in printVariableHead()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1270 See the method [llvm::GlobalVariable::isThreadLocal]. *)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1077 if (GVar && GVar->isThreadLocal()) in getGlobalAddress()