|
LLVM 22.0.0git
|
#include "llvm/Analysis/RuntimeLibcallInfo.h"
Public Types | |
| using | Result = RTLIB::RuntimeLibcallsInfo |
Public Member Functions | |
| RuntimeLibraryAnalysis ()=default | |
| RuntimeLibraryAnalysis (RTLIB::RuntimeLibcallsInfo &&BaselineInfoImpl) | |
| RuntimeLibraryAnalysis (const Triple &T) | |
| LLVM_ABI RTLIB::RuntimeLibcallsInfo | run (const Module &M, ModuleAnalysisManager &) |
| Public Member Functions inherited from llvm::PassInfoMixin< RuntimeLibraryAnalysis > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::AnalysisInfoMixin< RuntimeLibraryAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< RuntimeLibraryAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 17 of file RuntimeLibcallInfo.h.
Definition at line 20 of file RuntimeLibcallInfo.h.
|
default |
|
inline |
Definition at line 23 of file RuntimeLibcallInfo.h.
References llvm::move().
Definition at line 25 of file RuntimeLibcallInfo.h.
References T.
| RTLIB::RuntimeLibcallsInfo RuntimeLibraryAnalysis::run | ( | const Module & | M, |
| ModuleAnalysisManager & | ) |
Definition at line 17 of file RuntimeLibcallInfo.cpp.