Searched refs:DataElementInfoTable (Results 1 – 1 of 1) sorted by relevance
41 static DataElementInfo DataElementInfoTable[] = { variable52 const int DataElementInfoTableCount = sizeof(DataElementInfoTable) / sizeof(DataElementInfoTable[0]…60 EI->type = DataElementInfoTable[i].dataType; in Init()61 EI->normalized = DataElementInfoTable[i].normalized; in Init()62 EI->vsize = DataElementInfoTable[i].vsize; in Init()63 llvm::StringRef Name(DataElementInfoTable[i].name); in Init()