Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h262 bool AlignToBundleEnd : 1; variable
333 bool alignToBundleEnd() const { return AlignToBundleEnd; } in alignToBundleEnd()
334 void setAlignToBundleEnd(bool V) { AlignToBundleEnd = V; } in setAlignToBundleEnd()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp31 : Kind(Kind), HasInstructions(HasInstructions), AlignToBundleEnd(false), in MCFragment()