LLVM 22.0.0git
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 273 of file FunctionImport.h.

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ ImportListsTy() [1/2]

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

Definition at line 275 of file FunctionImport.h.

◆ ImportListsTy() [2/2]

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

Definition at line 276 of file FunctionImport.h.

References Size.

Member Function Documentation

◆ begin()

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

Definition at line 293 of file FunctionImport.h.

◆ end()

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

Definition at line 294 of file FunctionImport.h.

◆ lookup()

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

Definition at line 283 of file FunctionImport.h.

◆ operator[]()

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

Definition at line 279 of file FunctionImport.h.

◆ size()

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

Definition at line 290 of file FunctionImport.h.

Referenced by llvm::ComputeCrossModuleImport().


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