Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp214 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
230 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
251 EEState.getGlobalAddressMap(); in updateGlobalMapping()
278 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
279 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
303 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
304 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function