LLVM 20.0.0git
Classes | Namespaces | Macros
Context.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/SandboxIR/Tracker.h"
#include "llvm/SandboxIR/Type.h"
#include <cstdint>
#include "llvm/SandboxIR/Values.def"

Go to the source code of this file.

Classes

class  llvm::sandboxir::Context
 
struct  llvm::sandboxir::Context::TypeDeleter
 Type has a protected destructor to prohibit the user from managing the lifetime of the Type objects. More...
 

Namespaces

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

Macros

#define DEF_CONST(ID, CLASS)   friend class CLASS;
 

Macro Definition Documentation

◆ DEF_CONST

#define DEF_CONST (   ID,
  CLASS 
)    friend class CLASS;

Definition at line 115 of file Context.h.