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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h92 uint64_t RemoveMapping(StringRef Name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp174 uint64_t ExecutionEngineState::RemoveMapping(StringRef Name) { function in class:ExecutionEngineState
241 EEState.RemoveMapping(getMangledName(&GO));
258 return EEState.RemoveMapping(Name);

Completed in 1213 milliseconds