Searched refs:GlobalAddressMapTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h62 GlobalAddressMapTy; typedef in class:llvm::ExecutionEngineState
69 GlobalAddressMapTy GlobalAddressMap;
80 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) {
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp143 GlobalAddressMapTy::iterator I = GlobalAddressMap.find(ToUnmap);
197 ExecutionEngineState::GlobalAddressMapTy &Map =
224 ExecutionEngineState::GlobalAddressMapTy::iterator I =
234 for (ExecutionEngineState::GlobalAddressMapTy::iterator

Completed in 57 milliseconds