Searched refs:RemoveMapping (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dmapping_table.h42 MojoResult RemoveMapping(void* address);
H A Dmapping_table.cc37 MojoResult MappingTable::RemoveMapping(void* address) { function in class:mojo::edk::MappingTable
H A Dcore.cc981 return mapping_table_.RemoveMapping(buffer);
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h89 uint64_t RemoveMapping(StringRef Name);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h89 void *RemoveMapping(const MutexGuard &, const GlobalValue *ToUnmap);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp142 void *ExecutionEngineState::RemoveMapping(const MutexGuard &, function in class:ExecutionEngineState
189 EEState.RemoveMapping(locked, FI);
192 EEState.RemoveMapping(locked, GI);
203 return EEState.RemoveMapping(locked, GV);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp172 uint64_t ExecutionEngineState::RemoveMapping(StringRef Name) { function in class:ExecutionEngineState
239 EEState.RemoveMapping(getMangledName(&GO));
256 return EEState.RemoveMapping(Name);

Completed in 153 milliseconds