|
LLVM 23.0.0git
|
A read-only view of libraries filtered by state and kind. More...
#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"
Classes | |
| class | FilterIterator |
Public Types | |
| using | Map = StringMap<std::unique_ptr<LibraryInfo>> |
| using | Iterator = Map::const_iterator |
Public Member Functions | |
| FilteredView (Iterator begin, Iterator end, LibState s, PathType k) | |
| FilterIterator | begin () const |
| FilterIterator | end () const |
A read-only view of libraries filtered by state and kind.
Lets you loop over only the libraries in a map that match a given State and PathType.
Definition at line 161 of file LibraryResolver.h.
Definition at line 164 of file LibraryResolver.h.
| using llvm::orc::LibraryManager::FilteredView::Map = StringMap<std::unique_ptr<LibraryInfo>> |
Definition at line 163 of file LibraryResolver.h.
|
inline |
Definition at line 195 of file LibraryResolver.h.
|
inline |
Definition at line 198 of file LibraryResolver.h.
Referenced by FilteredView().
|
inline |
Definition at line 202 of file LibraryResolver.h.
Referenced by FilteredView().