LLVM API Documentation
#include <algorithm>
#include <cassert>
#include <cstring>
#include <limits>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::StringRef |
struct | llvm::isPodLike< StringRef > |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::getAsUnsignedInteger (StringRef Str, unsigned Radix, unsigned long long &Result) |
Helper functions for StringRef::getAsInteger. | |
bool | llvm::getAsSignedInteger (StringRef Str, unsigned Radix, long long &Result) |
hash_code | llvm::hash_value (StringRef S) |
Compute a hash_code for a StringRef. | |
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, StringRef string) |