Searched refs:MCSection (Results 1 - 25 of 132) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h24 class MCSection;
55 MCSection *TextSection = nullptr;
58 MCSection *DataSection = nullptr;
61 MCSection *BSSSection = nullptr;
67 MCSection *ReadOnlySection = nullptr;
71 MCSection *LSDASection = nullptr;
76 MCSection *CompactUnwindSection = nullptr;
80 MCSection *DwarfAbbrevSection = nullptr;
81 MCSection *DwarfInfoSection = nullptr;
82 MCSection *DwarfLineSectio
[all...]
H A DMCAsmLayout.h18 class MCSection;
32 llvm::SmallVector<MCSection *, 16> SectionOrder;
37 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
88 uint64_t getSectionAddressSize(const MCSection *Sec) const;
92 uint64_t getSectionFileSize(const MCSection *Sec) const;
H A DMCAsmInfoDarwin.h25 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCSection.h1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
9 // This file declares the MCSection class.
39 class MCSection { class in namespace:llvm
108 MCSection(SectionVariant V, StringRef Name, SectionKind K, MCSymbol *Begin);
109 ~MCSection();
112 MCSection(const MCSection &) = delete;
113 MCSection &operator=(const MCSection &) = delete;
122 return const_cast<MCSection *>(thi
[all...]
H A DConstantPools.h26 class MCSection;
84 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
95 ConstantPool *getConstantPool(MCSection *Section);
96 ConstantPool &getOrCreateConstantPool(MCSection *Section);
H A DMCSectionELF.h17 #include "llvm/MC/MCSection.h"
27 class MCSectionELF final : public MCSection {
54 : MCSection(SV_ELF, Name, K, Begin), Type(type), Flags(flags),
86 const MCSection *getLinkedToSection() const {
91 static bool classof(const MCSection *S) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h19 MCSection *BSSSectionLarge;
20 MCSection *DataSectionLarge;
21 MCSection *ReadOnlySectionLarge;
22 MCSection *DataRelROSectionLarge;
27 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
33 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.h23 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
27 MCSection *ProgmemDataSection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
26 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
H A DAMDGPUTargetObjectFile.cpp23 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal(
32 MCSection *AMDGPUTargetObjectFile::getExplicitSectionGlobal(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
9 #include "llvm/MC/MCSection.h"
23 MCSection::MCSection(SectionVariant V, StringRef Name, SectionKind K, function in class:MCSection
29 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) {
35 bool MCSection::hasEnded() const { return End && End->isInSection(); }
37 MCSection::~MCSection() = default;
39 void MCSection::setBundleLockState(BundleLockStateType NewState) {
58 MCSection
[all...]
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h15 class MCSection;
45 void changeSection(const MCSection *CurSection, MCSection *Section,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h12 #include "llvm/MC/MCSection.h"
28 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
34 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
39 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
25 MCSection *getExplicitSectionGlobal(const GlobalObject *GO,
48 MCSection *selectSmallSectionForGlobal(const GlobalObject *GO,
52 MCSection *selectSectionForLookupTable(const GlobalObject *GO,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.h16 MCSection *SmallDataSection;
17 MCSection *SmallBSSSection;
32 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
38 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h17 MCSection *SmallDataSection;
18 MCSection *SmallBSSSection;
34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
41 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h20 class MCSection;
42 void emitStringOffsetsTableHeader(AsmPrinter &Asm, MCSection *OffsetSection,
45 void emit(AsmPrinter &Asm, MCSection *StrSection,
46 MCSection *OffsetSection = nullptr,
H A DAddressPool.h17 class MCSection;
45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
57 MCSymbol *emitHeader(AsmPrinter &Asm, MCSection *Section);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h18 MCSection *SmallDataSection;
19 MCSection *SmallBSSSection;
30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h26 class MCSection;
54 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
58 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
61 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
64 MCSection *getSectionForJumpTable(const Function &F,
67 MCSection *
89 MCSection *getStaticCtorSection(unsigned Priority,
91 MCSection *getStaticDtorSection(unsigned Priority,
98 MCSection *getSectionForCommandLines() const override;
111 MCSection *SelectSectionForGloba
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h35 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
38 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h32 class MCSection;
59 MCSection *StaticCtorSection = nullptr;
62 MCSection *StaticDtorSection = nullptr;
89 virtual MCSection *getSectionForConstant(const DataLayout &DL,
93 virtual MCSection *
106 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
112 MCSection *SectionForGlobal(const GlobalObject *GO,
119 virtual MCSection *getSectionForJumpTable(const Function &F,
128 virtual MCSection *
159 virtual MCSection *getStaticCtorSectio
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,

Completed in 231 milliseconds

123456