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

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

Public Types

using const_iterator = DenseMap< StringRef, ImportMapTy >::const_iterator
 

Public Member Functions

 ImportListsTy ()
 
 ImportListsTy (size_t Size)
 
ImportMapTyoperator[] (StringRef DestMod)
 
const ImportMapTylookup (StringRef DestMod) const
 
size_t size () const
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 271 of file FunctionImport.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 289 of file FunctionImport.h.

Constructor & Destructor Documentation

◆ ImportListsTy() [1/2]

llvm::FunctionImporter::ImportListsTy::ImportListsTy ( )
inline

Definition at line 273 of file FunctionImport.h.

◆ ImportListsTy() [2/2]

llvm::FunctionImporter::ImportListsTy::ImportListsTy ( size_t  Size)
inline

Definition at line 274 of file FunctionImport.h.

Member Function Documentation

◆ begin()

const_iterator llvm::FunctionImporter::ImportListsTy::begin ( ) const
inline

Definition at line 290 of file FunctionImport.h.

◆ end()

const_iterator llvm::FunctionImporter::ImportListsTy::end ( ) const
inline

Definition at line 291 of file FunctionImport.h.

◆ lookup()

const ImportMapTy & llvm::FunctionImporter::ImportListsTy::lookup ( StringRef  DestMod) const
inline

Definition at line 280 of file FunctionImport.h.

◆ operator[]()

ImportMapTy & llvm::FunctionImporter::ImportListsTy::operator[] ( StringRef  DestMod)
inline

Definition at line 276 of file FunctionImport.h.

◆ size()

size_t llvm::FunctionImporter::ImportListsTy::size ( ) const
inline

Definition at line 287 of file FunctionImport.h.

Referenced by llvm::ComputeCrossModuleImport().


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