diff options
author | Eli Bendersky <eliben@google.com> | 2013-02-05 17:10:07 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-02-05 17:10:07 +0000 |
commit | 97ebecaa7975016f03769e98f4d462cfc77c1e25 (patch) | |
tree | 6bb64fe9e8217762404620a140806784f03bdafc /include/llvm/MC/MCObjectWriter.h | |
parent | cc38cad53cfebcdfc3b4fbdd924c2a92cd9dacc0 (diff) | |
download | external_llvm-97ebecaa7975016f03769e98f4d462cfc77c1e25.zip external_llvm-97ebecaa7975016f03769e98f4d462cfc77c1e25.tar.gz external_llvm-97ebecaa7975016f03769e98f4d462cfc77c1e25.tar.bz2 |
Format comments & clean whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCObjectWriter.h')
-rw-r--r-- | include/llvm/MC/MCObjectWriter.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/llvm/MC/MCObjectWriter.h b/include/llvm/MC/MCObjectWriter.h index 00483c0..d53ec2f 100644 --- a/include/llvm/MC/MCObjectWriter.h +++ b/include/llvm/MC/MCObjectWriter.h @@ -62,15 +62,15 @@ public: /// @name High-Level API /// @{ - /// Perform any late binding of symbols (for example, to assign symbol indices - /// for use when generating relocations). + /// \brief Perform any late binding of symbols (for example, to assign symbol + /// indices for use when generating relocations). /// /// This routine is called by the assembler after layout and relaxation is /// complete. virtual void ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) = 0; - /// Record a relocation entry. + /// \brief Record a relocation entry. /// /// This routine is called by the assembler after layout and relaxation, and /// post layout binding. The implementation is responsible for storing @@ -100,8 +100,7 @@ public: bool InSet, bool IsPCRel) const; - - /// Write the object file. + /// \brief Write the object file. /// /// This routine is called by the assembler after layout and relaxation is /// complete, fixups have been evaluated and applied, and relocations |