LLVM: llvm::FunctionImporter::SortedImportList Class Reference (original) (raw)

#include "[llvm/Transforms/IPO/FunctionImport.h](FunctionImport%5F8h%5Fsource.html)"

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 242 of file FunctionImport.h.

Constructor & Destructor Documentation

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

Definition at line 244 of file FunctionImport.h.

References Lookup(), and llvm::sort().

Member Function Documentation

begin()

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

Definition at line 264 of file FunctionImport.h.

References llvm::map_iterator().

end()

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

Definition at line 265 of file FunctionImport.h.

References llvm::map_iterator().


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