Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h80 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function