Registers NewPM callbacks that run debugify around each pass.
Synopsis
Declared in <llvm/Transforms/Utils/Debugify.h>
class DebugifyEachInstrumentation;
Member Functions
Name |
Description |
Return the per‐pass original debug‐info snapshot. |
|
Return the map of synthetic debugify statistics. |
|
Return the path used to write original‐DI verification bug reports. |
|
Return true if debugify is in original debug‐info mode. |
|
Return true if debugify is in synthetic debug‐info mode. |
|
Register before/after callbacks that apply debugify around each pass. |
|
Set the map used to record synthetic debugify statistics. |
|
Set the per‐pass original debug‐info snapshot used for verification. |
|
Set whether debugify tracks synthetic or original debug info. |
|
Set the path used to write original‐DI verification bug reports. |
Created with MrDocs