Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp100 O.ExportsTrieCommandIndex}) in totalSize()
572 if (!O.ExportsTrieCommandIndex) in writeExportsTrieData()
575 O.LoadCommands[*O.ExportsTrieCommandIndex] in writeExportsTrieData()
637 {O.ExportsTrieCommandIndex, &MachOWriter::writeExportsTrieData}}; in writeTail()
H A DMachOReader.cpp182 O.ExportsTrieCommandIndex = O.LoadCommands.size(); in readLoadCommands()
323 return readLinkData(O, O.ExportsTrieCommandIndex, O.ExportsTrie); in readExportsTrie()
H A DMachOObject.h340 std::optional<size_t> ExportsTrieCommandIndex; member
H A DMachOObject.cpp99 ExportsTrieCommandIndex = Index; in updateLoadCommandIndexes()