LLVM 19.0.0git
Functions
MCELFStreamer.cpp File Reference
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCFragment.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>

Go to the source code of this file.

Functions

static void setSectionAlignmentForBundling (const MCAssembler &Assembler, MCSection *Section)
 
static unsigned CombineSymbolTypes (unsigned T1, unsigned T2)
 
static void CheckBundleSubtargets (const MCSubtargetInfo *OldSTI, const MCSubtargetInfo *NewSTI)
 

Function Documentation

◆ CheckBundleSubtargets()

static void CheckBundleSubtargets ( const MCSubtargetInfo OldSTI,
const MCSubtargetInfo NewSTI 
)
static

Definition at line 543 of file MCELFStreamer.cpp.

References llvm::report_fatal_error().

◆ CombineSymbolTypes()

static unsigned CombineSymbolTypes ( unsigned  T1,
unsigned  T2 
)
static

◆ setSectionAlignmentForBundling()

static void setSectionAlignmentForBundling ( const MCAssembler Assembler,
MCSection Section 
)
static