Home
last modified time | relevance | path

Searched refs:getGlobalAddressReverseMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { in addGlobalMapping()
172 EEState.getGlobalAddressReverseMap(locked)[Addr]; in addGlobalMapping()
182 EEState.getGlobalAddressReverseMap(locked).clear(); in clearAllGlobalMappings()
208 if (CurVal && !EEState.getGlobalAddressReverseMap(locked).empty()) in updateGlobalMapping()
209 EEState.getGlobalAddressReverseMap(locked).erase(CurVal); in updateGlobalMapping()
213 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { in updateGlobalMapping()
215 EEState.getGlobalAddressReverseMap(locked)[Addr]; in updateGlobalMapping()
234 if (EEState.getGlobalAddressReverseMap(locked).empty()) { in getGlobalValueAtAddress()
238 EEState.getGlobalAddressReverseMap(locked).insert(std::make_pair( in getGlobalValueAtAddress()
243 EEState.getGlobalAddressReverseMap(locked).find(Addr); in getGlobalValueAtAddress()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp220 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
221 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()
232 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
261 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
262 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
266 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
267 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()
302 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
308 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()
314 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h82 getGlobalAddressReverseMap(const MutexGuard &) { in getGlobalAddressReverseMap() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function