Deleted Added
full compact
MCAsmInfo.cpp (263508) MCAsmInfo.cpp (266715)
1//===-- MCAsmInfo.cpp - Asm Info -------------------------------------------==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 62 unchanged lines hidden (view full) ---

71 HasAggressiveSymbolFolding = true;
72 COMMDirectiveAlignmentIsInBytes = true;
73 LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
74 HasDotTypeDotSizeDirective = true;
75 HasSingleParameterDotFile = true;
76 HasIdentDirective = false;
77 HasNoDeadStrip = false;
78 WeakRefDirective = 0;
1//===-- MCAsmInfo.cpp - Asm Info -------------------------------------------==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 62 unchanged lines hidden (view full) ---

71 HasAggressiveSymbolFolding = true;
72 COMMDirectiveAlignmentIsInBytes = true;
73 LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
74 HasDotTypeDotSizeDirective = true;
75 HasSingleParameterDotFile = true;
76 HasIdentDirective = false;
77 HasNoDeadStrip = false;
78 WeakRefDirective = 0;
79 WeakDefDirective = 0;
80 LinkOnceDirective = 0;
79 HasWeakDefDirective = false;
80 HasWeakDefCanBeHiddenDirective = false;
81 HasLinkOnceDirective = false;
81 HiddenVisibilityAttr = MCSA_Hidden;
82 HiddenDeclarationVisibilityAttr = MCSA_Hidden;
83 ProtectedVisibilityAttr = MCSA_Protected;
84 HasLEB128 = false;
85 SupportsDebugInformation = false;
86 ExceptionsType = ExceptionHandling::None;
87 DwarfUsesRelocationsAcrossSections = true;
82 HiddenVisibilityAttr = MCSA_Hidden;
83 HiddenDeclarationVisibilityAttr = MCSA_Hidden;
84 ProtectedVisibilityAttr = MCSA_Protected;
85 HasLEB128 = false;
86 SupportsDebugInformation = false;
87 ExceptionsType = ExceptionHandling::None;
88 DwarfUsesRelocationsAcrossSections = true;
89 DwarfFDESymbolsUseAbsDiff = false;
88 DwarfRegNumForCFI = false;
89 HasMicrosoftFastStdCallMangling = false;
90 NeedsDwarfSectionOffsetDirective = false;
91}
92
93MCAsmInfo::~MCAsmInfo() {
94}
95

--- 45 unchanged lines hidden ---
90 DwarfRegNumForCFI = false;
91 HasMicrosoftFastStdCallMangling = false;
92 NeedsDwarfSectionOffsetDirective = false;
93}
94
95MCAsmInfo::~MCAsmInfo() {
96}
97

--- 45 unchanged lines hidden ---