#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"
Definition at line 38 of file LibraryResolver.h.
 
◆ LibraryInfo() [1/2]
◆ LibraryInfo() [2/2]
  
  
      
        
          | llvm::orc::LibraryManager::LibraryInfo::LibraryInfo  | 
          ( | 
          std::string |           FilePath,  | 
         
        
           | 
           | 
          LibState |           S,  | 
         
        
           | 
           | 
          PathType |           K,  | 
         
        
           | 
           | 
          std::optional< BloomFilter > |           Filter = std::nullopt ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ ensureFilterBuilt()
◆ getBasePath()
  
  
      
        
          | StringRef llvm::orc::LibraryManager::LibraryInfo::getBasePath  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getFileName()
  
  
      
        
          | StringRef llvm::orc::LibraryManager::LibraryInfo::getFileName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getFullPath()
  
  
      
        
          | std::string llvm::orc::LibraryManager::LibraryInfo::getFullPath  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getKind()
  
  
      
        
          | PathType llvm::orc::LibraryManager::LibraryInfo::getKind  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getState()
  
  
      
        
          | LibState llvm::orc::LibraryManager::LibraryInfo::getState  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ hasFilter()
  
  
      
        
          | bool llvm::orc::LibraryManager::LibraryInfo::hasFilter  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ mayContain()
  
  
      
        
          | bool llvm::orc::LibraryManager::LibraryInfo::mayContain  | 
          ( | 
          StringRef |           Symbol | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=()
◆ operator==()
◆ setFilter()
  
  
      
        
          | void llvm::orc::LibraryManager::LibraryInfo::setFilter  | 
          ( | 
          BloomFilter |           F | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setState()
  
  
      
        
          | void llvm::orc::LibraryManager::LibraryInfo::setState  | 
          ( | 
          LibState |           s | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: