diff options
author | Stuart Hastings <stuart@apple.com> | 2011-03-19 01:32:01 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-03-19 01:32:01 +0000 |
commit | 7257897402fc61df3c494abad27397a100e5f32c (patch) | |
tree | a6418d31cadacb32243e02dcee4820925e22b054 /include/llvm/MC/MCSectionMachO.h | |
parent | 94dad03a9626511cf16edc90284e873b696c8db2 (diff) |
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSectionMachO.h')
-rw-r--r-- | include/llvm/MC/MCSectionMachO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCSectionMachO.h b/include/llvm/MC/MCSectionMachO.h index 7633515f27..4313b18436 100644 --- a/include/llvm/MC/MCSectionMachO.h +++ b/include/llvm/MC/MCSectionMachO.h @@ -157,10 +157,12 @@ public: /// flavored .s file. If successful, this fills in the specified Out /// parameters and returns an empty string. When an invalid section /// specifier is present, this returns a string indicating the problem. + /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false. static std::string ParseSectionSpecifier(StringRef Spec, // In. StringRef &Segment, // Out. StringRef &Section, // Out. unsigned &TAA, // Out. + bool &TAAParsed, // Out. unsigned &StubSize); // Out. virtual void PrintSwitchToSection(const MCAsmInfo &MAI, |