LLVM 22.0.0git
llvm::orc::LibraryManager::LibraryInfo Class Reference

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

Public Member Functions

 LibraryInfo (const LibraryInfo &)=delete
LibraryInfooperator= (const LibraryInfo &)=delete
 LibraryInfo (std::string FilePath, LibState S, PathType K, std::optional< BloomFilter > Filter=std::nullopt)
StringRef getBasePath () const
StringRef getFileName () const
std::string getFullPath () const
void setFilter (BloomFilter F)
void ensureFilterBuilt (const BloomFilterBuilder &FB, ArrayRef< StringRef > Symbols)
bool mayContain (StringRef Symbol) const
bool hasFilter () const
LibState getState () const
PathType getKind () const
void setState (LibState s)
bool operator== (const LibraryInfo &other) const

Detailed Description

Definition at line 38 of file LibraryResolver.h.

Constructor & Destructor Documentation

◆ LibraryInfo() [1/2]

llvm::orc::LibraryManager::LibraryInfo::LibraryInfo ( const LibraryInfo & )
delete

References LibraryInfo().

Referenced by LibraryInfo(), operator=(), and operator==().

◆ LibraryInfo() [2/2]

llvm::orc::LibraryManager::LibraryInfo::LibraryInfo ( std::string FilePath,
LibState S,
PathType K,
std::optional< BloomFilter > Filter = std::nullopt )
inline

Definition at line 43 of file LibraryResolver.h.

References llvm::move().

Member Function Documentation

◆ ensureFilterBuilt()

void llvm::orc::LibraryManager::LibraryInfo::ensureFilterBuilt ( const BloomFilterBuilder & FB,
ArrayRef< StringRef > Symbols )
inline

Definition at line 60 of file LibraryResolver.h.

References llvm::orc::BloomFilterBuilder::build().

◆ getBasePath()

StringRef llvm::orc::LibraryManager::LibraryInfo::getBasePath ( ) const
inline

Definition at line 48 of file LibraryResolver.h.

References llvm::sys::path::parent_path().

◆ getFileName()

StringRef llvm::orc::LibraryManager::LibraryInfo::getFileName ( ) const
inline

Definition at line 49 of file LibraryResolver.h.

References llvm::sys::path::filename().

◆ getFullPath()

std::string llvm::orc::LibraryManager::LibraryInfo::getFullPath ( ) const
inline

Definition at line 51 of file LibraryResolver.h.

◆ getKind()

PathType llvm::orc::LibraryManager::LibraryInfo::getKind ( ) const
inline

Definition at line 80 of file LibraryResolver.h.

◆ getState()

LibState llvm::orc::LibraryManager::LibraryInfo::getState ( ) const
inline

Definition at line 79 of file LibraryResolver.h.

◆ hasFilter()

bool llvm::orc::LibraryManager::LibraryInfo::hasFilter ( ) const
inline

Definition at line 74 of file LibraryResolver.h.

Referenced by mayContain().

◆ mayContain()

bool llvm::orc::LibraryManager::LibraryInfo::mayContain ( StringRef Symbol) const
inline

Definition at line 68 of file LibraryResolver.h.

References assert(), and hasFilter().

◆ operator=()

LibraryInfo & llvm::orc::LibraryManager::LibraryInfo::operator= ( const LibraryInfo & )
delete

References LibraryInfo().

◆ operator==()

bool llvm::orc::LibraryManager::LibraryInfo::operator== ( const LibraryInfo & other) const
inline

Definition at line 84 of file LibraryResolver.h.

References LibraryInfo().

◆ setFilter()

void llvm::orc::LibraryManager::LibraryInfo::setFilter ( BloomFilter F)
inline

Definition at line 53 of file LibraryResolver.h.

References F.

◆ setState()

void llvm::orc::LibraryManager::LibraryInfo::setState ( LibState s)
inline

Definition at line 82 of file LibraryResolver.h.


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