/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 96 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" || in getExecutableRelativeSymbol() 102 if (GVLHS->isThreadLocal()) in getExecutableRelativeSymbol()
|
D | X86FastISel.cpp | 552 if (GV->isThreadLocal()) in handleConstantAddresses() 890 if (GVar->isThreadLocal()) in X86SelectCallAddress()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 165 bool isThreadLocal() const { in isThreadLocal() function
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 145 if (GVar->isThreadLocal()) { in getKindForGlobal() 282 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 182 if (!GV->isThreadLocal()) in lowerGlobal() 232 if (GV->isThreadLocal()) in runOnModule()
|
D | XCoreTargetObjectFile.cpp | 164 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
D | XCoreAsmPrinter.cpp | 157 if (GV->isThreadLocal()) { in EmitGlobalVariable()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 181 if (K.isThreadLocal()) in getELFSectionFlags() 745 else if (K.isThreadLocal()) in getCOFFSectionFlags() 842 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal() 891 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
|
D | GlobalMerge.cpp | 294 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection()) in doInitialization()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 133 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 349 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in MaterializeGV()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 668 if (GV->isThreadLocal()) { in getMemoryForGV()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1337 if (!GV->isThreadLocal()) in EmitGlobalVariable()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 937 if (G->isThreadLocal()) in ShouldInstrumentGlobal()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 448 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
|
D | DwarfUnit.cpp | 1608 if (GV.getGlobal()->isThreadLocal()) { in createGlobalVariableDIE()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 244 if (GV->isThreadLocal()) in AArch64MaterializeGV()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1046 if (GV->isThreadLocal()) { in printVariableHead()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1879 if (GV->isThreadLocal()) in PPCMaterializeGV()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 654 if (GV.isThreadLocal() || in WriteModuleInfo()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1996 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1433 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
|
D | Constants.cpp | 331 return GV->isThreadLocal(); in isThreadDependent()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 588 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1346 See the method [llvm::GlobalVariable::isThreadLocal]. *)
|