Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp411 class LCSubClient final : public LoadCommand { class
413 explicit LCSubClient(StringRef client) : client(client) {} in LCSubClient() function in __anoneb56ad3f0111::LCSubClient
850 in.header->addLoadCommand(make<LCSubClient>(client)); in createLoadCommands()