Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h244 bool generateDataInCodeLoadCommand = false; member
H A DMachONormalizedFileBinaryWriter.cpp280 if (_file.generateDataInCodeLoadCommand) { in MachOFileLayout()
459 if (_file.generateDataInCodeLoadCommand) { in loadCommandsSize()
812 if (_file.generateDataInCodeLoadCommand) { in writeLoadCommands()
1005 if (_file.generateDataInCodeLoadCommand) { in writeLoadCommands()
H A DMachONormalizedFileFromAtoms.cpp1380 if (!_ctx.generateDataInCodeLoadCommand()) in buildDataInCodeArray()
1628 normFile.generateDataInCodeLoadCommand = in normalizedFromAtoms()
1629 context.generateDataInCodeLoadCommand(); in normalizedFromAtoms()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h178 bool generateDataInCodeLoadCommand() const { in generateDataInCodeLoadCommand() function