LLVM 22.0.0git
llvm::MemProfUsePass Class Reference

#include "llvm/Transforms/Instrumentation/MemProfUse.h"

Inheritance diagram for llvm::MemProfUsePass:
[legend]

Public Member Functions

LLVM_ABI MemProfUsePass (std::string MemoryProfileFile, IntrusiveRefCntPtr< vfs::FileSystem > FS=nullptr)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< MemProfUsePass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< MemProfUsePass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 32 of file MemProfUse.h.

Constructor & Destructor Documentation

◆ MemProfUsePass()

MemProfUsePass::MemProfUsePass ( std::string MemoryProfileFile,
IntrusiveRefCntPtr< vfs::FileSystem > FS = nullptr )
explicit

Definition at line 682 of file MemProfUse.cpp.

References llvm::vfs::getRealFileSystem().

Member Function Documentation

◆ run()


The documentation for this class was generated from the following files: