Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp213 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
229 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
250 EEState.getGlobalAddressMap(); in updateGlobalMapping()
277 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
278 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
302 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
303 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function