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 173 void *&CurVal = EEState.getGlobalAddressMap()[GV];
189 EEState.getGlobalAddressMap().clear();
207 EEState.getGlobalAddressMap();
234 EEState.getGlobalAddressMap().find(GV);
235 return I != EEState.getGlobalAddressMap().end() ? I->second : nullptr;
244 I = EEState.getGlobalAddressMap().begin(),
245 E = EEState.getGlobalAddressMap().end(); I != E; ++I)
560 if (void *P = EEState.getGlobalAddressMap()[GV])
570 return EEState.getGlobalAddressMap()[GV];
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 87 GlobalAddressMapTy &getGlobalAddressMap() {

Completed in 415 milliseconds