Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp92 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); in addEmuTlsVar() local
93 if (EmuTlsVar) in addEmuTlsVar()
123 EmuTlsVar = cast<GlobalVariable>( in addEmuTlsVar()
125 copyLinkageVisibility(M, GV, EmuTlsVar); in addEmuTlsVar()
153 EmuTlsVar->setInitializer( in addEmuTlsVar()
157 EmuTlsVar->setAlignment(MaxAlignment); in addEmuTlsVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7845 GlobalVariable *EmuTlsVar = VariableModule->getNamedGlobal(EmuTlsVarName); in LowerToTLSEmulatedModel() local
7846 assert(EmuTlsVar && "Cannot find EmuTlsVar "); in LowerToTLSEmulatedModel()
7847 Entry.Node = DAG.getGlobalAddress(EmuTlsVar, dl, PtrVT); in LowerToTLSEmulatedModel()