Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAssembler.h579 BundleLockStateType BundleLockState; variable
644 return BundleLockState != NotBundleLocked; in isBundleLocked()
648 return BundleLockState; in getBundleLockState()
652 BundleLockState = NewState; in setBundleLockState()
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCAssembler.cpp239 BundleLockState(NotBundleLocked), BundleGroupBeforeFirstInst(false), in MCSectionData()