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

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

Public Member Functions
ImportListsTy ()
ImportListsTy (size_t Size)
ImportMapTy & operator[] (StringRef DestMod)
const ImportMapTy & lookup (StringRef DestMod) const
size_t size () const
const_iterator begin () const
const_iterator end () const

Definition at line 273 of file FunctionImport.h.

const_iterator

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

ImportListsTy() [2/2]

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

begin()

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

end()

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

lookup()

operator[]()

size()

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

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