Home
last modified time | relevance | path

Searched refs:getThreadLocalMode (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp68 I->getThreadLocalMode(), in CloneModule()
100 I->getThreadLocalMode(), I->getType()->getAddressSpace()); in CloneModule()
H A DCtorUtils.cpp49 CA, "", GCL->getThreadLocalMode()); in removeGlobalCtors()
H A DRelLookupTableConverter.cpp102 LookupTable.getThreadLocalMode(), LookupTable.getAddressSpace(), in createRelLookupTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h244 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal()
252 ThreadLocalMode getThreadLocalMode() const { in getThreadLocalMode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp78 switch (GV->getThreadLocalMode()) { in getSelectedTLSModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp87 "", GV, GV->getThreadLocalMode(), llvm::ADDRESS_SPACE_GLOBAL); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp330 GV.getThreadLocalMode(), GV.getType()->getAddressSpace()); in cloneGlobalVariableDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp641 /*insertbefore*/ nullptr, SGVar->getThreadLocalMode(), in copyGlobalVariableProto()
718 SGV->getThreadLocalMode(), SGV->getAddressSpace()); in copyGlobalValueProto()
940 /*init*/ nullptr, /*name*/ "", DstGV, SrcGV->getThreadLocalMode(), in linkAppendingVarProto()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp68 setThreadLocalMode(Src->getThreadLocalMode()); in copyAttributesFrom()
H A DAsmWriter.cpp3569 PrintThreadLocalModel(GV->getThreadLocalMode(), Out); in printGlobal()
3622 PrintThreadLocalModel(GIS->getThreadLocalMode(), Out); in printIndirectSymbol()
H A DCore.cpp2213 switch (unwrap<GlobalVariable>(GlobalVar)->getThreadLocalMode()) { in LLVMGetThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp546 GV->getName() + "." + Twine(ElementIdx), GV->getThreadLocalMode(), in SRAGlobal()
905 GV->getThreadLocalMode()); in OptimizeGlobalAddressOfMalloc()
937 GV->getName()+".init", GV->getThreadLocalMode()); in OptimizeGlobalAddressOfMalloc()
1158 GV->getThreadLocalMode(), in TryToShrinkGlobalToBoolean()
H A DFunctionImport.cpp1032 /*insertbefore*/ nullptr, GV.getThreadLocalMode(), in convertToDeclaration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2428 G->getThreadLocalMode(), G->getAddressSpace()); in InstrumentGlobals()
2491 NewGlobal->getThreadLocalMode()); in InstrumentGlobals()
H A DDataFlowSanitizer.cpp1482 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1409 if (GV->getThreadLocalMode() != GlobalValue::LocalExecTLSModel && in LowerGlobalTLSAddress()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp359 /*InsertBefore*/ OldGV, OldGV->getThreadLocalMode(), in AddInitializerToStaticVarDecl()
H A DItaniumCXXABI.cpp2423 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1113 switch (GV.getThreadLocalMode()) { in getEncodedThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1541 See the method [llvm::GlobalVariable::getThreadLocalMode]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19582 if (GV->getThreadLocalMode() == GlobalVariable::LocalExecTLSModel) { in LowerGlobalTLSAddress()