Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp169 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { in addGlobalMapping()
171 EEState.getGlobalAddressReverseMap(locked)[Addr]; in addGlobalMapping()
181 EEState.getGlobalAddressReverseMap(locked).clear(); in clearAllGlobalMappings()
207 if (CurVal && !EEState.getGlobalAddressReverseMap(locked).empty()) in updateGlobalMapping()
208 EEState.getGlobalAddressReverseMap(locked).erase(CurVal); in updateGlobalMapping()
212 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { in updateGlobalMapping()
214 EEState.getGlobalAddressReverseMap(locked)[Addr]; in updateGlobalMapping()
233 if (EEState.getGlobalAddressReverseMap(locked).empty()) { in getGlobalValueAtAddress()
237 EEState.getGlobalAddressReverseMap(locked).insert(std::make_pair( in getGlobalValueAtAddress()
242 EEState.getGlobalAddressReverseMap(locked).find(Addr); in getGlobalValueAtAddress()
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h85 getGlobalAddressReverseMap(const MutexGuard &) { in getGlobalAddressReverseMap() function