Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp115 StructType *EmuTlsVarType = StructType::create(ElementTypeArray); in addEmuTlsVar() local
117 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
153 ConstantStruct::get(EmuTlsVarType, ElementValueArray)); in addEmuTlsVar()