Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h173 return _generateFunctionStartsLoadCommand; in generateFunctionStartsLoadCommand()
176 _generateFunctionStartsLoadCommand = v; in setGenerateFunctionStartsLoadCommand()
485 bool _generateFunctionStartsLoadCommand = false; variable