Home
last modified time | relevance | path

Searched refs:MachHeaderSection (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSymbolTable.h27 class MachHeaderSection; variable
H A DSyntheticSections.h87 class MachHeaderSection final : public SyntheticSection {
89 MachHeaderSection();
625 MachHeaderSection *header = nullptr;
H A DSyntheticSections.cpp78 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection
87 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()
92 uint64_t MachHeaderSection::getSize() const { in getSize()
113 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
H A DSymbols.h23 class MachHeaderSection; variable
H A DWriter.cpp73 MachHeaderSection *header = nullptr;
1209 in.header = make<MachHeaderSection>(); in createSyntheticSections()