Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp122 StructType *EmuTlsVarType = StructType::create(ElementTypeArray); in addEmuTlsVar() local
124 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
154 ConstantStruct::get(EmuTlsVarType, ElementValueArray)); in addEmuTlsVar()