Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp101 O.ExportsTrieCommandIndex}) in totalSize()
573 if (!O.ExportsTrieCommandIndex) in writeExportsTrieData()
576 O.LoadCommands[*O.ExportsTrieCommandIndex] in writeExportsTrieData()
638 {O.ExportsTrieCommandIndex, &MachOWriter::writeExportsTrieData}}; in writeTail()
H A DMachOReader.cpp183 O.ExportsTrieCommandIndex = O.LoadCommands.size(); in readLoadCommands()
324 return readLinkData(O, O.ExportsTrieCommandIndex, O.ExportsTrie); in readExportsTrie()
H A DMachOObject.h339 std::optional<size_t> ExportsTrieCommandIndex; member
H A DMachOObject.cpp86 ExportsTrieCommandIndex = Index; in updateLoadCommandIndexes()