|
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 50 of file DeclareRuntimeLibcalls.cpp.
References llvm::cast(), DL, llvm::FunctionType::get(), llvm::RTLIB::RuntimeLibcallsInfo::getFunctionTy(), llvm::RTLIB::RuntimeLibcallsInfo::getLibcallImplCallingConv(), llvm::RTLIB::RuntimeLibcallsInfo::getLibcallImplName(), llvm::RTLIB::RuntimeLibcallsInfo::getLibcallImpls(), llvm::Type::getVoidTy(), MAM, mergeAttributes(), and llvm::PreservedAnalyses::none().