Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h91 uint64_t RemoveMapping(StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp171 uint64_t ExecutionEngineState::RemoveMapping(StringRef Name) { in RemoveMapping() function in ExecutionEngineState
238 EEState.RemoveMapping(getMangledName(&GO)); in clearGlobalMappingsFromModule()
255 return EEState.RemoveMapping(Name); in updateGlobalMapping()