Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp218 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
234 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
255 EEState.getGlobalAddressMap(); in updateGlobalMapping()
282 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
283 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
307 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
308 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function