Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h89 void *RemoveMapping(const MutexGuard &, const GlobalValue *ToUnmap);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp143 const GlobalValue *ToUnmap) { in RemoveMapping() argument
144 GlobalAddressMapTy::iterator I = GlobalAddressMap.find(ToUnmap); in RemoveMapping()