LLVM 22.0.0git
|
#include "llvm/Transforms/Utils/DeclareRuntimeLibcalls.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &MAM) |
Public Member Functions inherited from llvm::PassInfoMixin< DeclareRuntimeLibcallsPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DeclareRuntimeLibcallsPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Definition at line 15 of file DeclareRuntimeLibcalls.h.
PreservedAnalyses DeclareRuntimeLibcallsPass::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM ) |
Definition at line 19 of file DeclareRuntimeLibcalls.cpp.
References llvm::FunctionType::get(), llvm::RTLIB::RuntimeLibcallsInfo::getLibcallImplName(), llvm::RTLIB::RuntimeLibcallsInfo::getLibcallImpls(), llvm::Type::getVoidTy(), MAM, and llvm::PreservedAnalyses::none().