Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp408 getSegmentFileOffset(const LoadCommand &TextSegmentLoadCommand) { in getSegmentFileOffset() argument
410 TextSegmentLoadCommand.MachOLoadCommand; in getSegmentFileOffset()
421 static uint64_t getSegmentFileSize(const LoadCommand &TextSegmentLoadCommand) { in getSegmentFileSize() argument
423 TextSegmentLoadCommand.MachOLoadCommand; in getSegmentFileSize()
461 const LoadCommand &TextSegmentLoadCommand = in writeCodeSignatureData() local
463 assert(TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd == in writeCodeSignatureData()
465 TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd == in writeCodeSignatureData()
467 assert(StringRef(TextSegmentLoadCommand.MachOLoadCommand in writeCodeSignatureData()
469 TextSegmentFileOff = getSegmentFileOffset(TextSegmentLoadCommand); in writeCodeSignatureData()
470 TextSegmentFileSize = getSegmentFileSize(TextSegmentLoadCommand); in writeCodeSignatureData()