Home
last modified time | relevance | path

Searched refs:replaceWithLocal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h50 void replaceWithLocal(unsigned LocalId);
H A DWebAssemblyExplicitLocals.cpp246 WebAssemblyDebugValueManager(&MI).replaceWithLocal(Local); in runOnMachineFunction()
333 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
360 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
H A DWebAssemblyDebugValueManager.cpp404 void WebAssemblyDebugValueManager::replaceWithLocal(unsigned LocalId) { in replaceWithLocal() function in WebAssemblyDebugValueManager