LLVM  4.0.0
Public Member Functions | List of all members
llvm::pdb::NameMap Class Reference

#include <NameMap.h>

Public Member Functions

 NameMap ()
 
Error load (msf::StreamReader &Stream)
 
bool tryGetValue (StringRef Name, uint32_t &Value) const
 
iterator_range
< StringMapConstIterator
< uint32_t > > 
entries () const
 

Detailed Description

Definition at line 25 of file NameMap.h.

Constructor & Destructor Documentation

NameMap::NameMap ( )
default

Member Function Documentation

iterator_range< StringMapConstIterator< uint32_t > > NameMap::entries ( ) const

Definition at line 152 of file NameMap.cpp.

Referenced by llvm::pdb::InfoStream::named_streams().

Error NameMap::load ( msf::StreamReader Stream)
bool NameMap::tryGetValue ( StringRef  Name,
uint32_t Value 
) const

Definition at line 157 of file NameMap.cpp.

Referenced by llvm::pdb::InfoStream::getNamedStreamIndex().


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