Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp178 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
180 EEState.getGlobalAddressReverseMap()[Addr]; in addGlobalMapping()
190 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
216 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
217 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
221 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
223 EEState.getGlobalAddressReverseMap()[Addr]; in updateGlobalMapping()
242 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
246 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()
251 EEState.getGlobalAddressReverseMap().find(Addr); in getGlobalValueAtAddress()
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h92 getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function