| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 611 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 D | MCSectionELF.cpp | 22 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 D | MCContext.cpp | 450 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 D | MCELFObjectTargetWriter.cpp | 31 MCSectionELF &Sec) {} in addTargetSectionFlags()
|
| H A D | MCObjectFileInfo.cpp | 1042 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 D | MCELFStreamer.cpp | 104 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 D | MCContext.h | 54 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 D | MCSectionELF.h | 28 class MCSectionELF final : public MCSection { 54 MCSectionELF(StringRef Name, unsigned type, unsigned flags, SectionKind K, in MCSectionELF() function
|
| H A D | MCELFObjectWriter.h | 95 virtual void addTargetSectionFlags(MCContext &Ctx, MCSectionELF &Sec);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.h | 42 MCSectionELF *SmallDataSection; 43 MCSectionELF *SmallBSSSection;
|
| H A D | HexagonAsmPrinter.cpp | 203 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 D | ARMELFObjectWriter.cpp | 44 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 D | ARMELFStreamer.cpp | 1036 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 D | BPFELFObjectWriter.cpp | 59 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 36 MCSectionELF *Sec = in EmitMipsOptionRecord() 55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
| H A D | MipsTargetStreamer.cpp | 899 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 D | R600AsmPrinter.cpp | 112 MCSectionELF *ConfigSection = in runOnMachineFunction() 121 MCSectionELF *CommentSection = in runOnMachineFunction()
|
| H A D | AMDGPUAsmPrinter.cpp | 453 MCSectionELF *ConfigSection = in runOnMachineFunction() 490 MCSectionELF *CommentSection = in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 67 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 649 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 D | TargetLoweringObjectFileImpl.cpp | 778 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 D | BTFDebug.cpp | 977 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1050 MCSectionELF *M = OutContext.getELFSection( in EmitFPCallStub()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1617 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 D | HexagonAsmParser.cpp | 1467 MCSectionELF *mySection; in processInstruction()
|