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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV];
181 EEState.getGlobalAddressMap(locked).clear();
199 EEState.getGlobalAddressMap(locked);
226 EEState.getGlobalAddressMap(locked).find(GV);
227 return I != EEState.getGlobalAddressMap(locked).end() ? I->second : 0;
236 I = EEState.getGlobalAddressMap(locked).begin(),
237 E = EEState.getGlobalAddressMap(locked).end(); I != E; ++I)
508 if (void *P = EEState.getGlobalAddressMap(locked)[GV])
518 return EEState.getGlobalAddressMap(locked)[GV];
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 77 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) {

Completed in 171 milliseconds