#include <cassert>#include <cstring>#include <utility>#include <string>Go to the source code of this file.
Classes | |
| class | llvm::StringRef |
| StringRef - Represent a constant reference to a string, i.e. More... | |
| struct | llvm::isPodLike< StringRef > |
Namespaces | |
| namespace | llvm |
Functions | |
StringRef Comparison Operators | |
| bool | llvm::operator== (StringRef LHS, StringRef RHS) |
| bool | llvm::operator!= (StringRef LHS, StringRef RHS) |
| bool | llvm::operator< (StringRef LHS, StringRef RHS) |
| bool | llvm::operator<= (StringRef LHS, StringRef RHS) |
| bool | llvm::operator> (StringRef LHS, StringRef RHS) |
| bool | llvm::operator>= (StringRef LHS, StringRef RHS) |
| std::string & | llvm::operator+= (std::string &buffer, llvm::StringRef string) |
1.6.1