Searched defs:GCModuleInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp10 // This file implements the GCFunctionInfo class and GCModuleInfo pass.
57 INITIALIZE_PASS(GCModuleInfo, "collector-metadata",
69 char GCModuleInfo::ID = 0;
71 GCModuleInfo::GCModuleInfo() function in class:GCModuleInfo
76 GCModuleInfo::~GCModuleInfo() {
80 GCStrategy *GCModuleInfo::getOrCreateStrategy(const Module *M,
102 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
116 void GCModuleInfo
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h10 // This file declares the GCFunctionInfo and GCModuleInfo classes, which are
25 // GCModuleInfo simply collects GCFunctionInfo instances for each Function as
156 /// GCModuleInfo - Garbage collection metadata for a whole module.
158 class GCModuleInfo : public ImmutablePass { class in namespace:llvm
174 GCModuleInfo();
175 ~GCModuleInfo();

Completed in 52 milliseconds