Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp940 LoadCommandType lcType = LC_LOAD_DYLIB; in createLoadCommands() local
946 lcType = LC_REEXPORT_DYLIB; in createLoadCommands()
949 lcType = LC_LOAD_WEAK_DYLIB; in createLoadCommands()
951 in.header->addLoadCommand(make<LCDylib>(lcType, dylibFile->installName, in createLoadCommands()