LLVM 22.0.0git
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 "llvm/Support/Compiler.h"
#include <cstdint>
#include "llvm/SandboxIR/Values.def"

Go to the source code of this file.

Classes

class  llvm::sandboxir::Context
class  llvm::sandboxir::Context::CallbackID
 An ID for a registered callback. More...
struct  llvm::sandboxir::Context::TypeDeleter
 Type has a protected destructor to prohibit the user from managing the lifetime of the Type objects. More...
struct  llvm::DenseMapInfo< sandboxir::Context::CallbackID >

Namespaces

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

Macros

#define DEF_CONST(ID, CLASS)

Macro Definition Documentation

◆ DEF_CONST

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

Definition at line 148 of file Context.h.