Home
last modified time | relevance | path

Searched refs:InstByteIsLastByte (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodePadder.h141 const bool InstByteIsLastByte; variable
144 bool InstByteIsLastByte) in MCCodePaddingPolicy() argument
146 InstByteIsLastByte(InstByteIsLastByte) {} in MCCodePaddingPolicy()
207 bool isInstByteLastByte() const { return InstByteIsLastByte; } in isInstByteLastByte()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp281 if (InstByteIsLastByte) in getFragmentInstByte()