LLVM 22.0.0git
Mustache.h File Reference
#include "Error.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/StringSaver.h"
#include <functional>
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::mustache::MustacheContext
class  llvm::mustache::Template

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::mustache

Typedefs

using llvm::mustache::Lambda = std::function<llvm::json::Value()>
using llvm::mustache::SectionLambda = std::function<llvm::json::Value(std::string)>
using llvm::mustache::AstPtr = std::unique_ptr<ASTNode>
using llvm::mustache::EscapeMap = DenseMap<char, std::string>