Home
last modified time | relevance | path

Searched refs:LCMain (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp206 MachO::entry_point_command LCMain = O.getEntryPointCommand(LC); in readStartAddress() local
207 StartOffset = LCMain.entryoff; in readStartAddress()
/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp275 class LCMain final : public LoadCommand { class
781 in.header->addLoadCommand(make<LCMain>()); in createLoadCommands()