Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp153 class LCFunctionStarts final : public LoadCommand { class
155 explicit LCFunctionStarts(FunctionStartsSection *functionStartsSection) in LCFunctionStarts() function in __anon857cdc730111::LCFunctionStarts
817 in.header->addLoadCommand(make<LCFunctionStarts>(functionStartsSection)); in createLoadCommands()