Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp96 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" || in getExecutableRelativeSymbol()
102 if (GVLHS->isThreadLocal()) in getExecutableRelativeSymbol()
DX86FastISel.cpp552 if (GV->isThreadLocal()) in handleConstantAddresses()
890 if (GVar->isThreadLocal()) in X86SelectCallAddress()
/external/llvm/include/llvm/MC/
DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isThreadLocal() const { in isThreadLocal() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp145 if (GVar->isThreadLocal()) { in getKindForGlobal()
282 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp182 if (!GV->isThreadLocal()) in lowerGlobal()
232 if (GV->isThreadLocal()) in runOnModule()
DXCoreTargetObjectFile.cpp164 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
DXCoreAsmPrinter.cpp157 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp181 if (K.isThreadLocal()) in getELFSectionFlags()
745 else if (K.isThreadLocal()) in getCOFFSectionFlags()
842 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
891 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
DGlobalMerge.cpp294 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/llvm/include/llvm/IR/
DGlobalValue.h133 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp349 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in MaterializeGV()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp668 if (GV->isThreadLocal()) { in getMemoryForGV()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1337 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp937 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp448 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
DDwarfUnit.cpp1608 if (GV.getGlobal()->isThreadLocal()) { in createGlobalVariableDIE()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp244 if (GV->isThreadLocal()) in AArch64MaterializeGV()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1046 if (GV->isThreadLocal()) { in printVariableHead()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1879 if (GV->isThreadLocal()) in PPCMaterializeGV()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp654 if (GV.isThreadLocal() || in WriteModuleInfo()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1996 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/external/llvm/lib/IR/
DCore.cpp1433 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
DConstants.cpp331 return GV->isThreadLocal(); in isThreadDependent()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp588 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1346 See the method [llvm::GlobalVariable::isThreadLocal]. *)

12