|
LLVM 24.0.0git
|
#include "llvm/Analysis/RuntimeLibcallInfo.h"
Public Types | |
| using | Result = RTLIB::RuntimeLibcallsInfo |
Public Member Functions | |
| RuntimeLibraryAnalysis ()=default | |
| RuntimeLibraryAnalysis (ExceptionHandling ExceptionModel, EABI EABIVersion=EABI::Default, StringRef ABIName="", VectorLibrary VecLib=VectorLibrary::NoLibrary) | |
| RTLIB::RuntimeLibcallsInfo | run (const Module &M, ModuleAnalysisManager &) |
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::detail::InfoMixin< RuntimeLibraryAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 19 of file RuntimeLibcallInfo.h.
Definition at line 22 of file RuntimeLibcallInfo.h.
|
default |
|
inline |
Definition at line 25 of file RuntimeLibcallInfo.h.
References llvm::Default, and llvm::NoLibrary.
| RTLIB::RuntimeLibcallsInfo RuntimeLibraryAnalysis::run | ( | const Module & | M, |
| ModuleAnalysisManager & | ) |
Definition at line 17 of file RuntimeLibcallInfo.cpp.