LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/DebugLoc.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... | |
class | llvm::GCModuleInfo |
An analysis pass which caches information about the entire Module. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |