Home
last modified time | relevance | path

Searched refs:isBundleLocked (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp53 bool MCELFStreamer::isBundleLocked() const { in isBundleLocked() function in MCELFStreamer
54 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
104 if (isBundleLocked()) in changeSection()
320 if (isBundleLocked()) in emitValueImpl()
329 if (isBundleLocked()) in emitValueToAlignment()
524 if (isBundleLocked() && !Sec.isBundleGroupBeforeFirstInst()) { in emitInstToData()
582 if (!isBundleLocked()) in emitBundleLock()
594 else if (!isBundleLocked()) in emitBundleUnlock()
H A DMCObjectStreamer.cpp376 (Assembler.isBundlingEnabled() && Sec->isBundleLocked())) { in emitInstructionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h160 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; } in isBundleLocked() function
H A DMCELFStreamer.h141 bool isBundleLocked() const;