Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Guard

279   /// The architectural #ifdef guard.
280 std::string Guard;
313 StringRef Guard, bool IsUnavailable, bool BigEndianSafe)
315 CK(CK), Body(Body), Guard(Guard.str()), IsUnavailable(IsUnavailable),
350 /// Get the architectural guard string (#ifdef).
351 std::string getGuard() const { return Guard; }
409 // Sort lexicographically on a two-tuple (Guard, Name)
410 if (Guard != Other.Guard)
411 return Guard < Other.Guard;
1909 std::string Guard = R->getValueAsString("ArchGuard");
1945 *this, Guard, IsUnavailable, BigEndianSafe);