mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
clang-format these declarations. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b31a86ed9
commit
931b52d665
@ -256,13 +256,10 @@ namespace llvm {
|
||||
|
||||
/// Return the MCSection for the specified mach-o section. This requires
|
||||
/// the operands to be valid.
|
||||
const MCSectionMachO *getMachOSection(StringRef Segment,
|
||||
StringRef Section,
|
||||
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
||||
unsigned TypeAndAttributes,
|
||||
unsigned Reserved2,
|
||||
SectionKind K);
|
||||
const MCSectionMachO *getMachOSection(StringRef Segment,
|
||||
StringRef Section,
|
||||
unsigned Reserved2, SectionKind K);
|
||||
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
||||
unsigned TypeAndAttributes,
|
||||
SectionKind K) {
|
||||
return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
|
||||
|
Loading…
Reference in New Issue
Block a user