Home
last modified time | relevance | path

Searched refs:isThreadLocal (Results 1 – 18 of 18) 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.cpp159 if (K.isThreadLocal()) in getELFSectionFlags()
683 else if (K.isThreadLocal()) in getCOFFSectionFlags()
714 if (Kind.isThreadLocal()) in getCOFFSectionPrefixForUniqueGlobal()
745 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp156 if (GV->isThreadLocal()) { in EmitGlobalVariable()
167 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/llvm/include/llvm/
DGlobalVariable.h149 bool isThreadLocal() const { return threadLocalMode != NotThreadLocal; } in isThreadLocal() function
/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()
DCore.cpp1269 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp820 if (GV->isThreadLocal()) { in getMemoryForGV()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp491 if (GVar->isThreadLocal()) in X86SelectAddress()
499 if (GVar->isThreadLocal()) in X86SelectAddress()
646 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1126 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp559 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
/external/llvm/lib/MC/
DELFObjectWriter.cpp658 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.cpp1018 if (GV->isThreadLocal()) { in printVariableHead()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp497 if (GV->isThreadLocal() || in WriteModuleInfo()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1270 See the method [llvm::GlobalVariable::isThreadLocal]. *)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1112 if (GVar && GVar->isThreadLocal()) in getGlobalAddress()