Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Guard

292   /// The architectural #ifdef guard.
293 std::string Guard;
326 StringRef Guard, bool IsUnavailable, bool BigEndianSafe)
328 CK(CK), Body(Body), Guard(Guard.str()), IsUnavailable(IsUnavailable),
363 /// Get the architectural guard string (#ifdef).
364 std::string getGuard() const { return Guard; }
422 // Sort lexicographically on a two-tuple (Guard, Name)
423 if (Guard != Other.Guard)
424 return Guard < Other.Guard;
1918 std::string Guard = R->getValueAsString("ArchGuard");
1956 Guard, IsUnavailable, BigEndianSafe);