Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()
233 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()
254 EEState.getGlobalAddressMap(); in updateGlobalMapping()
281 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()
282 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()
306 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()
307 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function