HomeSort by: relevance | last modified time | path
    Searched refs:isBundleLocked (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCELFStreamer.cpp 48 bool MCELFStreamer::isBundleLocked() const {
49 return getCurrentSectionOnly()->isBundleLocked();
149 if (CurSection && isBundleLocked())
357 if (isBundleLocked())
367 if (isBundleLocked())
557 if (Assembler.getRelaxAll() && isBundleLocked()) {
563 else if (Assembler.getRelaxAll() && !isBundleLocked())
568 else if (isBundleLocked() && !Sec.isBundleGroupBeforeFirstInst()) {
574 else if (!isBundleLocked() && Fixups.size() == 0) {
612 if (!isBundleLocked()) {
    [all...]
MCObjectStreamer.cpp 407 (Assembler.isBundlingEnabled() && Sec->isBundleLocked())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCELFStreamer.h 83 bool isBundleLocked() const;
MCSection.h 142 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }

Completed in 16 milliseconds