LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
StringRef.h File Reference
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cassert>
#include <cstring>
#include <limits>
#include <string>
#include <utility>
Include dependency graph for StringRef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallVectorImpl< T >
 
class  llvm::StringRef
 
struct  llvm::isPodLike< T >
 
struct  llvm::isPodLike< StringRef >
 

Namespaces

 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. More...
 
bool llvm::getAsSignedInteger (StringRef Str, unsigned Radix, long long &Result)
 
hash_code llvm::hash_value (StringRef S)
 Compute a hash_code for a StringRef. More...
 
StringRef llvm::toStringRef (bool B)
 Construct a string ref from a boolean. More...
 
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)