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

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

Completed in 105 milliseconds