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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 287 bool HasNoDeadStrip;
517 bool hasNoDeadStrip() const { return HasNoDeadStrip; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 273 /// HasNoDeadStrip - True if this target supports the MachO .no_dead_strip
275 bool HasNoDeadStrip; // Defaults to false.
526 bool hasNoDeadStrip() const { return HasNoDeadStrip; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 291 bool HasNoDeadStrip = false;
542 bool hasNoDeadStrip() const { return HasNoDeadStrip; }

Completed in 228 milliseconds