Home
last modified time | relevance | path

Searched refs:getGlobalAddressMap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV]; in addGlobalMapping()
181 EEState.getGlobalAddressMap(locked).clear(); in clearAllGlobalMappings()
199 EEState.getGlobalAddressMap(locked); in updateGlobalMapping()
226 EEState.getGlobalAddressMap(locked).find(GV); in getPointerToGlobalIfAvailable()
227 return I != EEState.getGlobalAddressMap(locked).end() ? I->second : 0; in getPointerToGlobalIfAvailable()
236 I = EEState.getGlobalAddressMap(locked).begin(), in getGlobalValueAtAddress()
237 E = EEState.getGlobalAddressMap(locked).end(); I != E; ++I) in getGlobalValueAtAddress()
508 if (void *P = EEState.getGlobalAddressMap(locked)[GV]) in getPointerToGlobal()
518 return EEState.getGlobalAddressMap(locked)[GV]; in getPointerToGlobal()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp215 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
231 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
252 EEState.getGlobalAddressMap(); in updateGlobalMapping()
279 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
280 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
304 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
305 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp218 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
234 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
255 EEState.getGlobalAddressMap(); in updateGlobalMapping()
282 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
283 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
307 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
308 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h77 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) { in getGlobalAddressMap() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h78 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function