LLVM 19.0.0git
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 "llvm/ExecutionEngine/ExecutionEngine.h"

Public Types

using GlobalAddressMapTy = StringMap< uint64_t >
 

Public Member Functions

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

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 64 of file ExecutionEngine.h.

Member Typedef Documentation

◆ GlobalAddressMapTy

Definition at line 66 of file ExecutionEngine.h.

Member Function Documentation

◆ getGlobalAddressMap()

GlobalAddressMapTy & llvm::ExecutionEngineState::getGlobalAddressMap ( )
inline

◆ getGlobalAddressReverseMap()

std::map< uint64_t, std::string > & llvm::ExecutionEngineState::getGlobalAddressReverseMap ( )
inline

◆ RemoveMapping()

uint64_t ExecutionEngineState::RemoveMapping ( StringRef  Name)

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