Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp407 getSegmentFileOffset(const LoadCommand &TextSegmentLoadCommand) { in getSegmentFileOffset() argument
409 TextSegmentLoadCommand.MachOLoadCommand; in getSegmentFileOffset()
420 static uint64_t getSegmentFileSize(const LoadCommand &TextSegmentLoadCommand) { in getSegmentFileSize() argument
422 TextSegmentLoadCommand.MachOLoadCommand; in getSegmentFileSize()
460 const LoadCommand &TextSegmentLoadCommand = in writeCodeSignatureData() local
462 assert(TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd == in writeCodeSignatureData()
464 TextSegmentLoadCommand.MachOLoadCommand.load_command_data.cmd == in writeCodeSignatureData()
466 assert(StringRef(TextSegmentLoadCommand.MachOLoadCommand in writeCodeSignatureData()
468 TextSegmentFileOff = getSegmentFileOffset(TextSegmentLoadCommand); in writeCodeSignatureData()
469 TextSegmentFileSize = getSegmentFileSize(TextSegmentLoadCommand); in writeCodeSignatureData()