LLVM 22.0.0git
|
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 | |
GlobalAddressMapTy & | getGlobalAddressMap () |
std::map< uint64_t, std::string > & | getGlobalAddressReverseMap () |
LLVM_ABI uint64_t | RemoveMapping (StringRef Name) |
Erase an entry from the mapping table. |
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 65 of file ExecutionEngine.h.
Definition at line 67 of file ExecutionEngine.h.
|
inline |
Definition at line 81 of file ExecutionEngine.h.
|
inline |
Definition at line 85 of file ExecutionEngine.h.
Erase an entry from the mapping table.
ToUnmap
was mapped to. Definition at line 170 of file ExecutionEngine.cpp.
References I.