LLVM 22.0.0git
llvm::orc::LibrarySearchPath Struct Reference

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

Public Member Functions

 LibrarySearchPath (std::string Base, PathType K)

Public Attributes

std::string BasePath
PathType Kind
std::atomic< ScanStateState

Detailed Description

Definition at line 312 of file LibraryScanner.h.

Constructor & Destructor Documentation

◆ LibrarySearchPath()

llvm::orc::LibrarySearchPath::LibrarySearchPath ( std::string Base,
PathType K )
inline

Member Data Documentation

◆ BasePath

std::string llvm::orc::LibrarySearchPath::BasePath

Definition at line 313 of file LibraryScanner.h.

Referenced by LibrarySearchPath().

◆ Kind

PathType llvm::orc::LibrarySearchPath::Kind

Definition at line 314 of file LibraryScanner.h.

Referenced by LibrarySearchPath().

◆ State

std::atomic<ScanState> llvm::orc::LibrarySearchPath::State

Definition at line 315 of file LibraryScanner.h.

Referenced by LibrarySearchPath().


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