Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp155 class LCFunctionStarts final : public LoadCommand { class
157 explicit LCFunctionStarts(FunctionStartsSection *functionStartsSection) in LCFunctionStarts() function in __anoneb56ad3f0111::LCFunctionStarts
931 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()