LLVM 20.0.0git
Public Member Functions | List of all members
llvm::FunctionImporter::SortedImportList Class Reference

#include "llvm/Transforms/IPO/FunctionImport.h"

Public Member Functions

 SortedImportList (const ImportMapTy &ImportMap, llvm::function_ref< bool(const std::pair< StringRef, GlobalValue::GUID > &, const std::pair< StringRef, GlobalValue::GUID > &)> Comp)
 
auto begin () const
 
auto end () const
 

Detailed Description

Definition at line 240 of file FunctionImport.h.

Constructor & Destructor Documentation

◆ SortedImportList()

llvm::FunctionImporter::SortedImportList::SortedImportList ( const ImportMapTy ImportMap,
llvm::function_ref< bool(const std::pair< StringRef, GlobalValue::GUID > &, const std::pair< StringRef, GlobalValue::GUID > &)>  Comp 
)
inline

Member Function Documentation

◆ begin()

auto llvm::FunctionImporter::SortedImportList::begin ( ) const
inline

Definition at line 262 of file FunctionImport.h.

References llvm::map_iterator().

◆ end()

auto llvm::FunctionImporter::SortedImportList::end ( ) const
inline

Definition at line 263 of file FunctionImport.h.

References llvm::map_iterator().


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