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.h85 class MachHeaderSection final : public SyntheticSection {
87 MachHeaderSection();
780 MachHeaderSection *header = nullptr;
H A DSymbols.h22 class MachHeaderSection; variable
H A DSyntheticSections.cpp72 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection
81 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()
86 uint64_t MachHeaderSection::getSize() const { in getSize()
117 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp73 MachHeaderSection *header = nullptr;
1330 in.header = make<MachHeaderSection>(); in createSyntheticSections()