Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp567 class LCCodeSignature final : public LoadCommand { class
569 LCCodeSignature(CodeSignatureSection *section) : section(section) {} in LCCodeSignature() function in __anonf5f323350111::LCCodeSignature
919 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()