Home
last modified time | relevance | path

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

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