LLVM 22.0.0git
SymbolRewriter.h File Reference
#include "llvm/IR/PassManager.h"
#include "llvm/Support/Compiler.h"
#include <list>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  llvm::SymbolRewriter::RewriteDescriptor
 The basic entity representing a rewrite operation. More...
class  llvm::SymbolRewriter::RewriteMapParser
class  llvm::RewriteSymbolPass

Namespaces

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

Typedefs

using llvm::SymbolRewriter::RewriteDescriptorList = std::list<std::unique_ptr<RewriteDescriptor>>