/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 | 130 if (GVar->isThreadLocal()) { in getKindForGlobal() 263 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 158 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/ |
D | GlobalVariable.h | 138 bool isThreadLocal() const { return isThreadLocalSymbol; } in isThreadLocal() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 156 if (GV->isThreadLocal()) { in EmitGlobalVariable() 167 if (GV->isThreadLocal()) { in EmitGlobalVariable()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 56 I->isThreadLocal(), in CloneModule()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GlobalMerge.cpp | 181 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
|
/external/llvm/lib/VMCore/ |
D | Globals.cpp | 181 setThreadLocal(SrcVar->isThreadLocal()); in copyAttributesFrom()
|
D | AsmWriter.cpp | 1385 if (GV->isThreadLocal()) Out << "thread_local "; in printGlobal()
|
D | Core.cpp | 1250 return unwrap<GlobalVariable>(GlobalVar)->isThreadLocal(); in LLVMIsThreadLocal()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 520 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/ |
D | AddressSanitizer.cpp | 398 if (G->isThreadLocal()) in insertGlobalRedzones() 478 NewInitializer, "", G, G->isThreadLocal()); in insertGlobalRedzones()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 686 DstGV->isThreadLocal(), in linkAppendingVarProto() 761 SGV->isThreadLocal(), in linkGlobalProto()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 815 if (GV->isThreadLocal()) { in getMemoryForGV()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1603 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/ |
D | X86FastISel.cpp | 489 if (GVar->isThreadLocal()) in X86SelectAddress() 497 if (GVar->isThreadLocal()) in X86SelectAddress() 644 if (GVar->isThreadLocal()) in X86SelectCallAddress()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 494 if (GV->isThreadLocal() || in WriteModuleInfo() 498 Vals.push_back(GV->isThreadLocal()); in WriteModuleInfo()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1125 if (!GV->isThreadLocal()) in EmitGlobalVariable()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 657 if (secKind.isThreadLocal()) { in SymbolToReloc()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 364 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 997 if (GV->isThreadLocal()) { in printVariableHead()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1270 See the method [llvm::GlobalVariable::isThreadLocal]. *)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1077 if (GVar && GVar->isThreadLocal()) in getGlobalAddress()
|