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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp40 bool MCELFStreamer::isBundleLocked() const { function in class:MCELFStreamer
41 return getCurrentSectionOnly()->isBundleLocked();
138 if (CurSection && isBundleLocked())
344 if (isBundleLocked())
354 if (isBundleLocked())
502 if (Assembler.getRelaxAll() && isBundleLocked())
506 else if (Assembler.getRelaxAll() && !isBundleLocked())
511 else if (isBundleLocked() && !Sec.isBundleGroupBeforeFirstInst())
515 else if (!isBundleLocked() && Fixups.size() == 0) {
551 if (!isBundleLocked()) {
[all...]
H A DMCObjectStreamer.cpp250 (Assembler.isBundlingEnabled() && Sec->isBundleLocked())) {
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCELFStreamer.h86 bool isBundleLocked() const;
H A DMCSection.h137 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; } function in class:llvm::MCSection

Completed in 116 milliseconds