LLVM  3.7.0
Public Types | Public Member Functions | List of all members
llvm::ExecutionEngineState Class Reference

Helper class for helping synchronize access to the global address map table. More...

#include <ExecutionEngine.h>

Public Types

typedef StringMap< uint64_t > GlobalAddressMapTy
 

Public Member Functions

GlobalAddressMapTygetGlobalAddressMap ()
 
std::map< uint64_t, std::string > & getGlobalAddressReverseMap ()
 
uint64_t RemoveMapping (StringRef Name)
 Erase an entry from the mapping table. More...
 

Detailed Description

Helper class for helping synchronize access to the global address map table.

Access to this class should be serialized under a mutex.

Definition at line 61 of file ExecutionEngine/ExecutionEngine.h.

Member Typedef Documentation

Definition at line 63 of file ExecutionEngine/ExecutionEngine.h.

Member Function Documentation

GlobalAddressMapTy& llvm::ExecutionEngineState::getGlobalAddressMap ( )
inline
std::map<uint64_t, std::string>& llvm::ExecutionEngineState::getGlobalAddressReverseMap ( )
inline
uint64_t ExecutionEngineState::RemoveMapping ( StringRef  Name)

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