HomeSort by relevance Sort by last modified time
    Searched refs:ExecutionEngineState (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 58 class ExecutionEngineState {
61 typedef ExecutionEngineState *ExtraData;
62 static sys::Mutex *getMutex(ExecutionEngineState *EES);
63 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
64 static void onRAUW(ExecutionEngineState *, const GlobalValue *,
85 ExecutionEngineState(ExecutionEngine &EE);
111 ExecutionEngineState EEState;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 151 void *ExecutionEngineState::RemoveMapping(const GlobalValue *ToUnmap) {
206 ExecutionEngineState::GlobalAddressMapTy &Map =
233 ExecutionEngineState::GlobalAddressMapTy::iterator I =
243 for (ExecutionEngineState::GlobalAddressMapTy::iterator
    [all...]

Completed in 154 milliseconds