Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h27 class MachHeaderSection; variable
H A DSyntheticSections.h86 class MachHeaderSection final : public SyntheticSection {
88 MachHeaderSection();
592 MachHeaderSection *header = nullptr;
H A DSyntheticSections.cpp58 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection
67 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()
72 uint64_t MachHeaderSection::getSize() const { in getSize()
93 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
H A DSymbols.h24 class MachHeaderSection; variable
H A DWriter.cpp70 MachHeaderSection *header = nullptr;
1125 in.header = make<MachHeaderSection>(); in createSyntheticSections()