Lines Matching refs:ByteArray
100 static bool ByteArrayFromString(ByteArrayTy &ByteArray, in ByteArrayFromString() argument
119 ByteArray.first.clear(); in ByteArrayFromString()
120 ByteArray.second.clear(); in ByteArrayFromString()
124 ByteArray.first.push_back(ByteVal); in ByteArrayFromString()
125 ByteArray.second.push_back(Value.data()); in ByteArrayFromString()
164 ByteArrayTy ByteArray; in disassemble() local
169 ByteArray.first.clear(); in disassemble()
170 ByteArray.second.clear(); in disassemble()
193 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); in disassemble()
195 if (!ByteArray.first.empty()) in disassemble()
196 ErrorOccurred |= PrintInsts(*DisAsm, ByteArray, SM, Out, Streamer, in disassemble()