Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp538 class LCCodeSignature final : public LoadCommand { class
540 LCCodeSignature(CodeSignatureSection *section) : section(section) {} in LCCodeSignature() function in __anona61fce6f0111::LCCodeSignature
864 in.header->addLoadCommand(make<LCCodeSignature>(codeSignatureSection)); in createLoadCommands()