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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp1 //===-- WebAssemblyDebugFixup.cpp - Debug Fixup ------------------===//
36 class WebAssemblyDebugFixup final : public MachineFunctionPass {
48 WebAssemblyDebugFixup() : MachineFunctionPass(ID) {} function in class:__anon4364::final
52 char WebAssemblyDebugFixup::ID = 0;
54 WebAssemblyDebugFixup, DEBUG_TYPE,
59 return new WebAssemblyDebugFixup();
62 bool WebAssemblyDebugFixup::runOnMachineFunction(MachineFunction &MF) {
113 "WebAssemblyDebugFixup: Pop: Register not matched!");
134 "WebAssemblyDebugFixup: Stack not empty at end of basic block!");

Completed in 112 milliseconds