LLVM 24.0.0git
llvm::RuntimeLibraryAnalysis Class Reference

#include "llvm/Analysis/RuntimeLibcallInfo.h"

Inheritance diagram for llvm::RuntimeLibraryAnalysis:
[legend]

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 AnalysisKeyID ()
 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.

Detailed Description

Definition at line 19 of file RuntimeLibcallInfo.h.

Member Typedef Documentation

◆ Result

Constructor & Destructor Documentation

◆ RuntimeLibraryAnalysis() [1/2]

llvm::RuntimeLibraryAnalysis::RuntimeLibraryAnalysis ( )
default

◆ RuntimeLibraryAnalysis() [2/2]

llvm::RuntimeLibraryAnalysis::RuntimeLibraryAnalysis ( ExceptionHandling ExceptionModel,
EABI EABIVersion = EABI::Default,
StringRef ABIName = "",
VectorLibrary VecLib = VectorLibrary::NoLibrary )
inline

Definition at line 25 of file RuntimeLibcallInfo.h.

References llvm::Default, and llvm::NoLibrary.

Member Function Documentation

◆ run()

RTLIB::RuntimeLibcallsInfo RuntimeLibraryAnalysis::run ( const Module & M,
ModuleAnalysisManager &  )

Definition at line 17 of file RuntimeLibcallInfo.cpp.


The documentation for this class was generated from the following files: