HomeSort by relevance Sort by last modified time
    Searched refs:ByteArrayTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 34 typedef std::vector<std::pair<unsigned char, const char*> > ByteArrayTy;
39 const ByteArrayTy &Bytes;
41 VectorMemoryObject(const ByteArrayTy &bytes) : Bytes(bytes) {}
56 const ByteArrayTy &Bytes,
96 static bool ByteArrayFromString(ByteArrayTy &ByteArray,
162 ByteArrayTy ByteArray;
174 ByteArrayTy &ByteArray = *((ByteArrayTy*)Arg);
204 ByteArrayTy ByteArray;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 153 milliseconds