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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 291 bool HasAltEntry;
518 bool hasAltEntry() const { return HasAltEntry; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 295 bool HasAltEntry = false;
543 bool hasAltEntry() const { return HasAltEntry; }

Completed in 2836 milliseconds