mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +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
|
/// Return the MCSection for the specified mach-o section. This requires
|
||||||
/// the operands to be valid.
|
/// the operands to be valid.
|
||||||
const MCSectionMachO *getMachOSection(StringRef Segment,
|
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
||||||
StringRef Section,
|
|
||||||
unsigned TypeAndAttributes,
|
unsigned TypeAndAttributes,
|
||||||
unsigned Reserved2,
|
unsigned Reserved2, SectionKind K);
|
||||||
SectionKind K);
|
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
|
||||||
const MCSectionMachO *getMachOSection(StringRef Segment,
|
|
||||||
StringRef Section,
|
|
||||||
unsigned TypeAndAttributes,
|
unsigned TypeAndAttributes,
|
||||||
SectionKind K) {
|
SectionKind K) {
|
||||||
return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
|
return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user