mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eaa38c1689
commit
3dd4e46746
@ -37,7 +37,8 @@ public:
|
|||||||
virtual void endModule() = 0;
|
virtual void endModule() = 0;
|
||||||
|
|
||||||
/// \brief Gather pre-function debug information.
|
/// \brief Gather pre-function debug information.
|
||||||
/// Every beginFunction(MF) call should be followed by an endFunction(MF) call.
|
/// Every beginFunction(MF) call should be followed by an endFunction(MF)
|
||||||
|
/// call.
|
||||||
virtual void beginFunction(const MachineFunction *MF) = 0;
|
virtual void beginFunction(const MachineFunction *MF) = 0;
|
||||||
|
|
||||||
/// \brief Gather post-function debug information.
|
/// \brief Gather post-function debug information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user