forked from OSchip/llvm-project
parent
87bc4c218b
commit
68c6c8cd78
|
@ -591,7 +591,7 @@ private:
|
|||
void FlushPendingOffset();
|
||||
void FlushUnwindOpcodes(bool NoHandlerData);
|
||||
|
||||
void SwitchToEHSection(const char *Prefix, unsigned Type, unsigned Flags,
|
||||
void SwitchToEHSection(StringRef Prefix, unsigned Type, unsigned Flags,
|
||||
SectionKind Kind, const MCSymbol &Fn);
|
||||
void SwitchToExTabSection(const MCSymbol &FnStart);
|
||||
void SwitchToExIdxSection(const MCSymbol &FnStart);
|
||||
|
@ -1074,7 +1074,7 @@ void ARMELFStreamer::reset() {
|
|||
getAssembler().setELFHeaderEFlags(ELF::EF_ARM_EABI_VER5);
|
||||
}
|
||||
|
||||
inline void ARMELFStreamer::SwitchToEHSection(const char *Prefix,
|
||||
inline void ARMELFStreamer::SwitchToEHSection(StringRef Prefix,
|
||||
unsigned Type,
|
||||
unsigned Flags,
|
||||
SectionKind Kind,
|
||||
|
|
Loading…
Reference in New Issue