|
LLVM
4.0.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstdint>#include <string>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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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) |
1.8.6