Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp111 if (O.FunctionStartsCommandIndex) { in totalSize()
113 O.LoadCommands[*O.FunctionStartsCommandIndex] in totalSize()
426 return writeLinkData(O.FunctionStartsCommandIndex, O.FunctionStarts); in writeFunctionStartsData()
494 if (O.FunctionStartsCommandIndex) { in writeTail()
496 O.LoadCommands[*O.FunctionStartsCommandIndex] in writeTail()
H A DMachOReader.cpp155 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
280 return readLinkData(O, O.FunctionStartsCommandIndex, O.FunctionStarts); in readFunctionStartsData()
H A DObject.h329 Optional<size_t> FunctionStartsCommandIndex; member
H A DObject.cpp51 FunctionStartsCommandIndex = Index; in updateLoadCommandIndexes()