LLVM
15.0.0git
|
Public Member Functions | |
LifetimeAnnotationWriter (const StackLifetime &SL) | |
![]() | |
virtual | ~AssemblyAnnotationWriter () |
virtual void | emitFunctionAnnot (const Function *, formatted_raw_ostream &) |
emitFunctionAnnot - This may be implemented to emit a string right before the start of a function. More... | |
virtual void | emitBasicBlockEndAnnot (const BasicBlock *, formatted_raw_ostream &) |
emitBasicBlockEndAnnot - This may be implemented to emit a string right after the basic block. More... | |
virtual void | emitInstructionAnnot (const Instruction *, formatted_raw_ostream &) |
emitInstructionAnnot - This may be implemented to emit a string right before an instruction is emitted. More... | |
Definition at line 340 of file StackLifetime.cpp.
|
inline |
Definition at line 377 of file StackLifetime.cpp.