Searched defs:ByteArrayTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp32 ByteArrayTy; typedef
35 const ByteArrayTy &Bytes,
101 static bool ByteArrayFromString(ByteArrayTy &ByteArray,
169 ByteArrayTy ByteArray;
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A DDisassembler.cpp35 typedef std::vector<std::pair<unsigned char, const char*> > ByteArrayTy; typedef
40 const ByteArrayTy &Bytes;
42 VectorMemoryObject(const ByteArrayTy &bytes) : Bytes(bytes) {}
57 MCInstPrinter &Printer, const ByteArrayTy &Bytes,
95 static bool ByteArrayFromString(ByteArrayTy &ByteArray,
182 ByteArrayTy ByteArray;
194 ByteArrayTy &ByteArray = *((ByteArrayTy*)Arg);
223 ByteArrayTy ByteArray;

Completed in 1029 milliseconds