Return true if LHS is lexicographically less than or equal to RHS.
LHS
RHS.
Declared in <llvm/ADT/StringRef.h>
<llvm/ADT/StringRef.h>
bool operator<=( StringRef LHS, StringRef RHS);
True if LHS is lexicographically less than or equal to RHS.