Lines Matching defs:ByteArray
98 static bool ByteArrayFromString(ByteArrayTy &ByteArray,
117 ByteArray.first.clear();
118 ByteArray.second.clear();
122 ByteArray.first.push_back(ByteVal);
123 ByteArray.second.push_back(Value.data());
162 ByteArrayTy ByteArray;
167 ByteArray.first.clear();
168 ByteArray.second.clear();
191 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM);
193 if (!ByteArray.first.empty())
195 PrintInsts(*DisAsm, ByteArray, SM, Streamer, InAtomicBlock, STI);