Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h26 class MachHeaderSection; variable
H A DSyntheticSections.h86 class MachHeaderSection final : public SyntheticSection {
88 MachHeaderSection();
843 MachHeaderSection *header = nullptr;
H A DSymbols.h22 class MachHeaderSection; variable
H A DSyntheticSections.cpp73 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection
82 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()
87 uint64_t MachHeaderSection::getSize() const { in getSize()
118 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp72 MachHeaderSection *header = nullptr;
1348 in.header = make<MachHeaderSection>(); in createSyntheticSections()