Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp156 class LCFunctionStarts final : public LoadCommand { class
158 explicit LCFunctionStarts(FunctionStartsSection *functionStartsSection) in LCFunctionStarts() function in __anona61fce6f0111::LCFunctionStarts
860 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()