| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 620 MCSectionELF *SymtabSection = in computeSymbolTable() 679 const MCSectionELF &Section = in computeSymbolTable() 721 MCSectionELF *SymtabShndxSection = in computeSymbolTable() 845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData() 1012 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection() 1058 MCSectionELF *StrtabSection = in writeObject() 1072 std::vector<MCSectionELF *> Groups; in writeObject() 1075 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject() 1095 MCSectionELF *Group = in writeObject() 1138 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() 208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() 212 bool MCSectionELF::isVirtualSection() const { in isVirtualSection() 216 StringRef MCSectionELF::getVirtualSectionKind() const { return "SHT_NOBITS"; } in getVirtualSectionKind()
|
| H A D | MCContext.cpp | 471 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() 496 MCSectionELF(Section, Type, Flags, K, EntrySize, Group, Comdat, UniqueID, in createELFSectionImpl() 507 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection() 510 const MCSectionELF *RelInfoSection) { in createELFRelSection() 521 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection() 529 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() 542 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() 570 MCSectionELF *Result = in getELFSection() 581 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()
|
| H A D | MCELFObjectTargetWriter.cpp | 31 MCSectionELF &Sec) {} in addTargetSectionFlags()
|
| H A D | MCObjectFileInfo.cpp | 1109 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getStackSizesSection() 1127 const MCSectionELF &ElfSec = static_cast<const MCSectionELF &>(TextSec); in getBBAddrMapSection() 1145 const auto *ElfSec = static_cast<const MCSectionELF *>(TextSec); in getPseudoProbeSection() 1148 auto *S = static_cast<MCSectionELF *>(PseudoProbeSection); in getPseudoProbeSection() 1171 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()
|
| H A D | CMakeLists.txt | 44 MCSectionELF.cpp
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 53 class MCSectionELF; variable 134 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator; 347 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; 375 MCSectionELF *createELFSectionImpl(StringRef Section, unsigned Type, 564 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() 569 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() 575 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() 582 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 588 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 602 MCSectionELF *createELFRelSection(const Twine &Name, unsigned Type, [all …]
|
| H A D | MCSectionELF.h | 26 class MCSectionELF final : public MCSection { 52 MCSectionELF(StringRef Name, unsigned type, unsigned flags, SectionKind K, in MCSectionELF() function
|
| H A D | MCELFObjectWriter.h | 97 virtual void addTargetSectionFlags(MCContext &Ctx, MCSectionELF &Sec);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 1144 const MCSectionELF &FnSection = in SwitchToEHSection() 1145 static_cast<const MCSectionELF &>(Fn.getSection()); in SwitchToEHSection() 1158 MCSectionELF *EHSection = getContext().getELFSection( in SwitchToEHSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFELFObjectWriter.cpp | 59 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType()
|
| /llvm-project-15.0.7/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 | 913 MCSectionELF &Section = static_cast<MCSectionELF &>(S); in finish() 1020 MCSectionELF *Sec = Context.getELFSection(".pdr", ELF::SHT_PROGBITS, 0); in emitDirectiveEnd() 1325 MCSectionELF *Sec = Context.getELFSection( in emitMipsAbiFlags()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 112 MCSectionELF *ConfigSection = in runOnMachineFunction() 121 MCSectionELF *CommentSection = in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 69 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | HugifyRuntimeLibrary.cpp | 75 MCSectionELF *Section = in emitBinary()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/ |
| H A D | BUILD.gn | 57 "MCSectionELF.cpp",
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 670 if (const MCSectionELF *Section = in ParseSectionArguments() 671 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments() 679 MCSectionELF *Section = in ParseSectionArguments()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 999 MCSectionELF *Sec = Ctx.getELFSection(".BTF", ELF::SHT_PROGBITS, 0); in emitBTFSection() 1039 MCSectionELF *Sec = Ctx.getELFSection(".BTF.ext", ELF::SHT_PROGBITS, 0); in emitBTFExtSection() 1205 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 71 MCSectionELF *ELFSection = in emitAsData()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 789 MCSectionELF *Section = Ctx.getELFSection( in selectExplicitSectionGlobal() 824 static MCSectionELF *selectELFSectionForGlobal( in selectELFSectionForGlobal() 881 MCSectionELF *Section = selectELFSectionForGlobal( in selectELFSectionForGlobal() 945 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA() 1041 static MCSectionELF *getStaticStructorSection(MCContext &Ctx, bool UseInitArray, in getStaticStructorSection()
|