Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp142 StructType *EmuTlsVarType = StructType::create(ElementTypes); in addEmuTlsVar() local
143 EmuTlsVar = M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType); in addEmuTlsVar()
170 EmuTlsVar->setInitializer(ConstantStruct::get(EmuTlsVarType, ElementValues)); in addEmuTlsVar()