LLVM 22.0.0git
llvm::orc::LibraryCursor Class Reference

#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"

Public Member Functions

 LibraryCursor (const std::vector< const LibraryInfo * > &L, LibState S)
const LibraryInfonextValidLib ()
bool hasMoreValidLib () const

Detailed Description

Definition at line 93 of file LibraryResolver.h.

Constructor & Destructor Documentation

◆ LibraryCursor()

llvm::orc::LibraryCursor::LibraryCursor ( const std::vector< const LibraryInfo * > & L,
LibState S )
inline

Definition at line 95 of file LibraryResolver.h.

Member Function Documentation

◆ hasMoreValidLib()

bool llvm::orc::LibraryCursor::hasMoreValidLib ( ) const
inline

Definition at line 108 of file LibraryResolver.h.

◆ nextValidLib()

const LibraryInfo * llvm::orc::LibraryCursor::nextValidLib ( )
inline

Definition at line 98 of file LibraryResolver.h.

References llvm::Lib.


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