Home
last modified time | relevance | path

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

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