LLVM API Documentation
#include <ExecutionEngine.h>
Public Types | |
typedef ExecutionEngineState * | ExtraData |
![]() | |
enum | |
Static Public Member Functions | |
static sys::Mutex * | getMutex (ExecutionEngineState *EES) |
static void | onDelete (ExecutionEngineState *EES, const GlobalValue *Old) |
static void | onRAUW (ExecutionEngineState *, const GlobalValue *, const GlobalValue *) |
![]() | |
static void | onRAUW (const ExtraDataT &, const GlobalValue *, const GlobalValue *) |
static void | onDelete (const ExtraDataT &, const GlobalValue *) |
static sys::Mutex * | getMutex (const ExtraDataT &) |
Definition at line 55 of file ExecutionEngine/ExecutionEngine.h.
Definition at line 56 of file ExecutionEngine/ExecutionEngine.h.
|
static |
Definition at line 1320 of file ExecutionEngine.cpp.
References llvm::ExecutionEngine::lock.
|
static |
Definition at line 1324 of file ExecutionEngine.cpp.
References llvm::ValueMap< KeyT, ValueT, Config >::lookup().
|
static |
Definition at line 1330 of file ExecutionEngine.cpp.
References llvm_unreachable.