LLVM 19.0.0git
Classes | Namespaces
GCMetadata.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/GCStrategy.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

struct  llvm::GCPoint
 GCPoint - Metadata for a collector-safe point in machine code. More...
 
struct  llvm::GCRoot
 GCRoot - Metadata for a pointer to an object managed by the garbage collector. More...
 
class  llvm::GCFunctionInfo
 Garbage collection metadata for a single function. More...
 
struct  llvm::GCStrategyMap
 
class  llvm::CollectorMetadataAnalysis
 An analysis pass which caches information about the entire Module. More...
 
class  llvm::GCFunctionAnalysis
 An analysis pass which caches information about the Function. More...
 
class  llvm::GCLoweringPass
 LowerIntrinsics - This pass rewrites calls to the llvm.gcread or llvm.gcwrite intrinsics, replacing them with simple loads and stores as directed by the GCStrategy. More...
 
class  llvm::GCModuleInfo
 An analysis pass which caches information about the entire Module. More...
 

Namespaces

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