Reformat blank lines.
llvm-svn: 248263
This commit is contained in:
@@ -1386,7 +1386,6 @@ iterator_range<export_iterator> MachOObjectFile::exports() const {
|
||||
return exports(getDyldInfoExportsTrie());
|
||||
}
|
||||
|
||||
|
||||
MachORebaseEntry::MachORebaseEntry(ArrayRef<uint8_t> Bytes, bool is64Bit)
|
||||
: Opcodes(Bytes), Ptr(Bytes.begin()), SegmentOffset(0), SegmentIndex(0),
|
||||
RemainingLoopCount(0), AdvanceAmount(0), RebaseType(0),
|
||||
@@ -1762,7 +1761,6 @@ int64_t MachOBindEntry::readSLEB128() {
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
||||
uint32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; }
|
||||
|
||||
uint64_t MachOBindEntry::segmentOffset() const { return SegmentOffset; }
|
||||
@@ -2308,4 +2306,3 @@ ObjectFile::createMachOObjectFile(MemoryBufferRef Buffer) {
|
||||
return EC;
|
||||
return std::move(Ret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user