HomeSort by relevance Sort by last modified time
    Searched refs:GlobalAddressMapTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 62 typedef StringMap<uint64_t> GlobalAddressMapTy;
68 GlobalAddressMapTy GlobalAddressMap;
78 GlobalAddressMapTy &getGlobalAddressMap() {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 158 GlobalAddressMapTy::iterator I = GlobalAddressMap.find(Name);
232 ExecutionEngineState::GlobalAddressMapTy &Map =
259 ExecutionEngineState::GlobalAddressMapTy::iterator I =
284 for (ExecutionEngineState::GlobalAddressMapTy::iterator
    [all...]

Completed in 57 milliseconds