Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
233 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
256 EEState.getGlobalAddressMap(); in updateGlobalMapping()
283 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
284 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
308 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
309 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h79 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function