Home
last modified time | relevance | path

Searched refs:EmuTlsVar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp114 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar() local
115 if (EmuTlsVar) in addEmuTlsVar()
144 EmuTlsVar = cast<GlobalVariable>( in addEmuTlsVar()
146 copyLinkageVisibility(M, GV, EmuTlsVar); in addEmuTlsVar()
174 EmuTlsVar->setInitializer( in addEmuTlsVar()
178 EmuTlsVar->setAlignment(MaxAlignment); in addEmuTlsVar()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9869 GlobalVariable *EmuTlsVar = VariableModule->getNamedGlobal(EmuTlsVarName); in LowerToTLSEmulatedModel() local
9870 assert(EmuTlsVar && "Cannot find EmuTlsVar "); in LowerToTLSEmulatedModel()
9871 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()