Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h158 BundleLockStateType getBundleLockState() const { return BundleLockState; } in getBundleLockState() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp533 if (Sec.getBundleLockState() == MCSection::BundleLockedAlignToEnd) { in emitInstToData()