Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp101 if (O.DataInCodeCommandIndex) { in totalSize()
103 O.LoadCommands[*O.DataInCodeCommandIndex] in totalSize()
421 return writeLinkData(O.DataInCodeCommandIndex, O.DataInCode); in writeDataInCodeData()
483 if (O.DataInCodeCommandIndex) { in writeTail()
485 O.LoadCommands[*O.DataInCodeCommandIndex] in writeTail()
DMachOReader.cpp152 O.DataInCodeCommandIndex = O.LoadCommands.size(); in readLoadCommands()
276 return readLinkData(O, O.DataInCodeCommandIndex, O.DataInCode); in readDataInCodeData()
DObject.h327 Optional<size_t> DataInCodeCommandIndex; member
DObject.cpp50 DataInCodeCommandIndex = Index; in updateLoadCommandIndexes()