LLVM: llvm::NoopSavedModelImpl Class Reference (original) (raw)
A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen parameter. More...
#include "[llvm/Analysis/ReleaseModeModelRunner.h](ReleaseModeModelRunner%5F8h%5Fsource.html)"
A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen parameter.
Useful to avoid conditional compilation complexity, as a compile-time replacement for a real AOT-ed model.
Definition at line 142 of file ReleaseModeModelRunner.h.
| llvm::NoopSavedModelImpl::NoopSavedModelImpl ( ) |
default |
◆ arg_data()
| void * llvm::NoopSavedModelImpl::arg_data ( int ) |
inline |
◆ LookupArgIndex()
| int llvm::NoopSavedModelImpl::LookupArgIndex ( const std::string & ) |
inline |
◆ LookupResultIndex()
| int llvm::NoopSavedModelImpl::LookupResultIndex ( const std::string & ) |
inline |
◆ result_data()
| void * llvm::NoopSavedModelImpl::result_data ( int ) |
inline |
◆ Run()
| void llvm::NoopSavedModelImpl::Run ( ) |
inline |
The documentation for this class was generated from the following file: