|
LLVM 24.0.0git
|
#include "llvm/IR/Module.h"#include "llvm/Support/ToolOutputFile.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Target/TargetMachine.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| Error | llvm::runCodeGenPipeline (TargetMachine &TM, Module &M, raw_pwrite_stream &OS, std::unique_ptr< ToolOutputFile > &DwoOS, CodeGenFileType CGFT, bool PrintPipelinePasses=false, bool DisableVerify=true, IntrusiveRefCntPtr< vfs::FileSystem > VFS=vfs::getRealFileSystem()) |