Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp120 if (O.FunctionStartsCommandIndex) { in totalSize()
122 O.LoadCommands[*O.FunctionStartsCommandIndex] in totalSize()
440 return writeLinkData(O.FunctionStartsCommandIndex, O.FunctionStarts); in writeFunctionStartsData()
518 if (O.FunctionStartsCommandIndex) { in writeTail()
520 O.LoadCommands[*O.FunctionStartsCommandIndex] in writeTail()
H A DMachOReader.cpp158 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
288 return readLinkData(O, O.FunctionStartsCommandIndex, O.FunctionStarts); in readFunctionStartsData()
H A DObject.h335 Optional<size_t> FunctionStartsCommandIndex; member
H A DObject.cpp53 FunctionStartsCommandIndex = Index; in updateLoadCommandIndexes()