HomeSort by relevance Sort by last modified time
    Searched defs:isBundleLocked (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/MC/
MCSection.h 136 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /external/llvm/lib/MC/
MCELFStreamer.cpp 41 bool MCELFStreamer::isBundleLocked() const {
42 return getCurrentSectionOnly()->isBundleLocked();
139 if (CurSection && isBundleLocked())
348 if (isBundleLocked())
358 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSection.h 128 bool isBundleLocked() const { return BundleLockState != NotBundleLocked; }

Completed in 3292 milliseconds