Lines Matching defs:ByteArray
98 static bool byteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str,
133 ByteArray.first.clear();
134 ByteArray.second.clear();
138 ByteArray.first.push_back(ByteVal);
139 ByteArray.second.push_back(Value.data());
174 ByteArrayTy ByteArray;
179 ByteArray.first.clear();
180 ByteArray.second.clear();
203 ErrorOccurred |= byteArrayFromString(ByteArray, Str, SM, HexBytes);
205 if (!ByteArray.first.empty())
207 PrintInsts(*DisAsm, ByteArray, SM, Streamer, InAtomicBlock, STI);