Home
last modified time | relevance | path

Searched refs:MCSectionELF (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp611 MCSectionELF *SymtabSection = in computeSymbolTable()
670 const MCSectionELF &Section = in computeSymbolTable()
712 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
847 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1074 MCSectionELF *StrtabSection = in writeObject()
1088 std::vector<MCSectionELF *> Groups; in writeObject()
1091 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1111 MCSectionELF *Group = in writeObject()
1154 MCSectionELF *AddrsigSection; in writeObject()
[all …]
H A DMCSectionELF.cpp22 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
53 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign()
203 bool MCSectionELF::isVirtualSection() const { in isVirtualSection()
207 StringRef MCSectionELF::getVirtualSectionKind() const { return "SHT_NOBITS"; } in getVirtualSectionKind()
H A DMCContext.cpp450 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
465 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
468 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl()
493 MCSectionELF(Section, Type, Flags, K, EntrySize, Group, Comdat, UniqueID, in createELFSectionImpl()
504 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection()
507 const MCSectionELF *RelInfoSection) { in createELFRelSection()
518 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection()
526 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
539 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
567 MCSectionELF *Result = in getELFSection()
[all …]
H A DMCELFObjectTargetWriter.cpp31 MCSectionELF &Sec) {} in addTargetSectionFlags()
H A DMCObjectFileInfo.cpp1042 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection()
1060 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection()
1078 const auto *ElfSec = static_cast<const MCSectionELF *>(TextSec); in getPseudoProbeSection()
1081 auto *S = static_cast<MCSectionELF *>(PseudoProbeSection); in getPseudoProbeSection()
1104 auto *S = static_cast<MCSectionELF *>(PseudoProbeDescSection); in getPseudoProbeDescSection()
H A DMCELFStreamer.cpp104 const MCSectionELF &Section = in emitLabel()
105 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel()
115 const MCSectionELF &Section = in emitLabelAtPos()
116 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos()
156 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in changeSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h54 class MCSectionELF; variable
116 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator;
326 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
353 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type,
540 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection()
545 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection()
551 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection()
558 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
564 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
583 void renameELFSection(MCSectionELF *Section, StringRef Name);
[all …]
H A DMCSectionELF.h28 class MCSectionELF final : public MCSection {
54 MCSectionELF(StringRef Name, unsigned type, unsigned flags, SectionKind K, in MCSectionELF() function
H A DMCELFObjectWriter.h95 virtual void addTargetSectionFlags(MCContext &Ctx, MCSectionELF &Sec);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h42 MCSectionELF *SmallDataSection;
43 MCSectionELF *SmallBSSSection;
H A DHexagonAsmPrinter.cpp203 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData()
231 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp44 void addTargetSectionFlags(MCContext &Ctx, MCSectionELF &Sec) override;
272 MCSectionELF &Sec) { in addTargetSectionFlags()
278 MCSectionELF *TextSection = in addTargetSectionFlags()
279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
H A DARMELFStreamer.cpp1036 const MCSectionELF &FnSection = in SwitchToEHSection()
1037 static_cast<const MCSectionELF &>(Fn.getSection()); in SwitchToEHSection()
1050 MCSectionELF *EHSection = getContext().getELFSection( in SwitchToEHSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp59 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp36 MCSectionELF *Sec = in EmitMipsOptionRecord()
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
H A DMipsTargetStreamer.cpp899 MCSectionELF &Section = static_cast<MCSectionELF &>(S); in finish()
1006 MCSectionELF *Sec = Context.getELFSection(".pdr", ELF::SHT_PROGBITS, 0); in emitDirectiveEnd()
1311 MCSectionELF *Sec = Context.getELFSection( in emitMipsAbiFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp112 MCSectionELF *ConfigSection = in runOnMachineFunction()
121 MCSectionELF *CommentSection = in runOnMachineFunction()
H A DAMDGPUAsmPrinter.cpp453 MCSectionELF *ConfigSection = in runOnMachineFunction()
490 MCSectionELF *CommentSection = in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp67 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp649 if (const MCSectionELF *Section = in ParseSectionArguments()
650 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()
658 MCSectionELF *Section = in ParseSectionArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp778 MCSectionELF *Section = Ctx.getELFSection( in selectExplicitSectionGlobal()
813 static MCSectionELF *selectELFSectionForGlobal( in selectELFSectionForGlobal()
867 MCSectionELF *Section = selectELFSectionForGlobal( in selectELFSectionForGlobal()
931 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA()
1027 static MCSectionELF *getStaticStructorSection(MCContext &Ctx, bool UseInitArray, in getStaticStructorSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp977 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1050 MCSectionELF *M = OutContext.getELFSection( in EmitFPCallStub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1617 MCSectionELF *Section = OutStreamer->getContext().getELFSection( in emitFunctionEntryLabel()
1647 MCSectionELF *Section = OutContext.getELFSection( in emitEndOfAsmFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1467 MCSectionELF *mySection; in processInstruction()

12