Home
last modified time | relevance | path

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

12345678910>>...19

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/MC/
H A DMCSectionELF.cpp17 MCSectionELF::~MCSectionELF() {} // anchor. in ~MCSectionELF()
52 !(Flags & MCSectionELF::SHF_MERGE)) { in PrintSwitchToSection()
53 if (Flags & MCSectionELF::SHF_ALLOC) in PrintSwitchToSection()
57 if (Flags & MCSectionELF::SHF_WRITE) in PrintSwitchToSection()
59 if (Flags & MCSectionELF::SHF_TLS) in PrintSwitchToSection()
66 if (Flags & MCSectionELF::SHF_ALLOC) in PrintSwitchToSection()
68 if (Flags & MCSectionELF::SHF_EXECINSTR) in PrintSwitchToSection()
70 if (Flags & MCSectionELF::SHF_WRITE) in PrintSwitchToSection()
72 if (Flags & MCSectionELF::SHF_MERGE) in PrintSwitchToSection()
74 if (Flags & MCSectionELF::SHF_STRINGS) in PrintSwitchToSection()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp49 MCSectionELF::SHF_WRITE |MCSectionELF::SHF_ALLOC, in Initialize()
60 MCSectionELF::SHF_WRITE |MCSectionELF::SHF_ALLOC, in Initialize()
70 MCSectionELF::SHF_ALLOC | MCSectionELF::SHF_TLS | in Initialize()
76 MCSectionELF::SHF_ALLOC | MCSectionELF::SHF_TLS | in Initialize()
82 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_WRITE, in Initialize()
87 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_WRITE, in Initialize()
92 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_WRITE, in Initialize()
97 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_WRITE, in Initialize()
102 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_MERGE, in Initialize()
107 MCSectionELF::SHF_ALLOC |MCSectionELF::SHF_MERGE, in Initialize()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DELFObjectWriter.cpp618 MCSectionELF *SymtabSection =
669 const MCSectionELF &Section =
697 MCSectionELF *SymtabShndxSection =
829 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec);
1008 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection());
1053 MCSectionELF *StrtabSection =
1067 std::vector<MCSectionELF *> Groups;
1070 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec);
1120 for (MCSectionELF *Group : Groups) {
1143 MCSectionELF *AddrsigSection;
[all …]
H A DMCSectionELF.cpp21 MCSectionELF::~MCSectionELF() = default; // anchor.
25 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
188 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign()
192 bool MCSectionELF::isVirtualSection() const { in isVirtualSection()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/MC/
H A DELFObjectWriter.cpp557 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation()
706 MCSectionELF *SymtabSection = in computeSymbolTable()
757 const MCSectionELF &Section = in computeSymbolTable()
820 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
874 const MCSectionELF *SymtabShndxSection = in computeSymbolTable()
882 MCSectionELF *
911 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1104 MCSectionELF *StrtabSection = in writeObject()
1115 std::vector<MCSectionELF *> Groups; in writeObject()
1118 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
[all …]
H A DMCSectionELF.cpp20 MCSectionELF::~MCSectionELF() {} // anchor. in ~MCSectionELF()
24 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection()
162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign()
166 bool MCSectionELF::isVirtualSection() const { in isVirtualSection()
H A DMCContext.cpp123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
317 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
330 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
333 MCSectionELF *MCContext::createELFRelSection(StringRef Name, unsigned Type, in createELFRelSection()
342 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(), in createELFRelSection()
346 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
358 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
363 const MCSectionELF *Associated) { in getELFSection()
386 MCSectionELF *Result = new (ELFAllocator.Allocate()) in getELFSection()
393 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1031 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1077 MCSectionELF *StrtabSection = in writeObject()
1091 std::vector<MCSectionELF *> Groups; in writeObject()
1094 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1146 for (MCSectionELF *Group : Groups) { in writeObject()
1169 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DELFObjectWriter.cpp632 MCSectionELF *SymtabSection = in computeSymbolTable()
687 const MCSectionELF &Section = in computeSymbolTable()
729 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
861 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1044 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1089 MCSectionELF *StrtabSection = in writeObject()
1103 std::vector<MCSectionELF *> Groups; in writeObject()
1106 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1158 for (MCSectionELF *Group : Groups) { in writeObject()
1181 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1031 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1077 MCSectionELF *StrtabSection = in writeObject()
1091 std::vector<MCSectionELF *> Groups; in writeObject()
1094 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1146 for (MCSectionELF *Group : Groups) { in writeObject()
1169 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1073 MCSectionELF *StrtabSection = in writeObject()
1087 std::vector<MCSectionELF *> Groups; in writeObject()
1090 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1142 for (MCSectionELF *Group : Groups) { in writeObject()
1165 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1073 MCSectionELF *StrtabSection = in writeObject()
1087 std::vector<MCSectionELF *> Groups; in writeObject()
1090 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1142 for (MCSectionELF *Group : Groups) { in writeObject()
1165 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1073 MCSectionELF *StrtabSection = in writeObject()
1087 std::vector<MCSectionELF *> Groups; in writeObject()
1090 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1142 for (MCSectionELF *Group : Groups) { in writeObject()
1165 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1073 MCSectionELF *StrtabSection = in writeObject()
1087 std::vector<MCSectionELF *> Groups; in writeObject()
1090 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1142 for (MCSectionELF *Group : Groups) { in writeObject()
1165 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DELFObjectWriter.cpp616 MCSectionELF *SymtabSection = in computeSymbolTable()
671 const MCSectionELF &Section = in computeSymbolTable()
713 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
845 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1031 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1077 MCSectionELF *StrtabSection = in writeObject()
1091 std::vector<MCSectionELF *> Groups; in writeObject()
1094 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1146 for (MCSectionELF *Group : Groups) { in writeObject()
1169 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DELFObjectWriter.cpp623 MCSectionELF *SymtabSection = in computeSymbolTable()
678 const MCSectionELF &Section = in computeSymbolTable()
720 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
852 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1035 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1080 MCSectionELF *StrtabSection = in writeObject()
1094 std::vector<MCSectionELF *> Groups; in writeObject()
1097 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1149 for (MCSectionELF *Group : Groups) { in writeObject()
1172 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DELFObjectWriter.cpp619 MCSectionELF *SymtabSection = in computeSymbolTable()
670 const MCSectionELF &Section = in computeSymbolTable()
712 MCSectionELF *SymtabShndxSection = in computeSymbolTable()
844 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeSectionData()
1023 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection()
1068 MCSectionELF *StrtabSection = in writeObject()
1082 std::vector<MCSectionELF *> Groups; in writeObject()
1085 MCSectionELF &Section = static_cast<MCSectionELF &>(Sec); in writeObject()
1137 for (MCSectionELF *Group : Groups) { in writeObject()
1160 MCSectionELF *AddrsigSection; in writeObject()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/MC/
H A DMCSectionELF.h30 class MCSectionELF final : public MCSection {
51 const MCSectionELF *Associated;
55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, in MCSectionELF() function
57 MCSymbol *Begin, const MCSectionELF *Associated) in MCSectionELF()
68 ~MCSectionELF();
88 const MCSectionELF *getAssociatedSection() const { return Associated; } in getAssociatedSection()
H A DMCContext.h44 class MCSectionELF; variable
77 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator;
85 DenseMap<const MCSectionELF *, MCSymbolELF *> SectionSymbols;
212 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
330 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
335 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
340 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
346 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
353 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
360 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/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 …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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 …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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 …]

12345678910>>...19