Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp101 if (O.DataInCodeCommandIndex) { in totalSize()
103 O.LoadCommands[*O.DataInCodeCommandIndex] in totalSize()
422 return writeLinkData(O.DataInCodeCommandIndex, O.DataInCode); in writeDataInCodeData()
484 if (O.DataInCodeCommandIndex) { in writeTail()
486 O.LoadCommands[*O.DataInCodeCommandIndex] in writeTail()
H A DMachOReader.cpp152 O.DataInCodeCommandIndex = O.LoadCommands.size(); in readLoadCommands()
276 return readLinkData(O, O.DataInCodeCommandIndex, O.DataInCode); in readDataInCodeData()
H A DObject.h327 Optional<size_t> DataInCodeCommandIndex; member
H A DObject.cpp48 DataInCodeCommandIndex = Index; in updateLoadCommandIndexes()