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

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h103 unsigned MaxInstLength; member in class:llvm::MCAsmInfo
462 unsigned getMaxInstLength() const { return MaxInstLength; }
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmInfo.h91 /// MaxInstLength - This is the maximum possible length of an instruction,
93 unsigned MaxInstLength; // Defaults to 4. member in class:llvm::MCAsmInfo
437 return MaxInstLength;

Completed in 61 milliseconds