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