Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodePadder.h224 virtual bool instructionRequiresPaddingFragment(const MCInst &Inst) const { in instructionRequiresPaddingFragment() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodePadder.cpp94 return Policy->instructionRequiresPaddingFragment(Inst) in handleInstructionBegin()