Home
last modified time | relevance | path

Searched refs:addLoadCommand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp735 in.header->addLoadCommand(make<LCSegment<LP>>(seg->name, seg)); in createLoadCommands()
739 in.header->addLoadCommand(make<LCDyldInfo>( in createLoadCommands()
742 in.header->addLoadCommand( in createLoadCommands()
747 in.header->addLoadCommand(make<LCEncryptionInfo<LP>>()); in createLoadCommands()
749 in.header->addLoadCommand(make<LCRPath>(path)); in createLoadCommands()
753 in.header->addLoadCommand(make<LCLoadDylinker>()); in createLoadCommands()
767 in.header->addLoadCommand(uuidCommand); in createLoadCommands()
775 in.header->addLoadCommand( in createLoadCommands()
781 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()
855 in.header->addLoadCommand( in createLoadCommands()
[all …]
H A DSyntheticSections.h94 void addLoadCommand(LoadCommand *);
H A DSyntheticSections.cpp87 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand() function in MachHeaderSection