LLVM  8.0.1
Classes | Namespaces
Twine.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
#include <string>
Include dependency graph for Twine.h:

Go to the source code of this file.

Classes

class  llvm::Twine
 Twine - A lightweight data structure for efficiently representing the concatenation of temporary values as strings. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

Twine Inline Implementations
Twine llvm::operator+ (const Twine &LHS, const Twine &RHS)
 
Twine llvm::operator+ (const char *LHS, const StringRef &RHS)
 Additional overload to guarantee simplified codegen; this is equivalent to concat(). More...
 
Twine llvm::operator+ (const StringRef &LHS, const char *RHS)
 Additional overload to guarantee simplified codegen; this is equivalent to concat(). More...
 
raw_ostream & llvm::operator<< (raw_ostream &OS, const Twine &RHS)