Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h110 class LiveDebugVariablesPrinterPass
111 : public PassInfoMixin<LiveDebugVariablesPrinterPass> {
115 LiveDebugVariablesPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveDebugVariablesPrinterPass() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def137 MACHINE_FUNCTION_PASS("print<livedebugvars>", LiveDebugVariablesPrinterPass(errs()))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1335 LiveDebugVariablesPrinterPass::run(MachineFunction &MF, in run()