|
LLVM 22.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::shared_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 99 of file LibraryResolver.h.
Definition at line 102 of file LibraryResolver.h.
| using llvm::orc::LibraryManager::FilteredView::Map = StringMap<std::shared_ptr<LibraryInfo>> |
Definition at line 101 of file LibraryResolver.h.
|
inline |
Definition at line 135 of file LibraryResolver.h.
|
inline |
Definition at line 138 of file LibraryResolver.h.
Referenced by FilteredView().
|
inline |
Definition at line 142 of file LibraryResolver.h.
Referenced by FilteredView().