Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp100 O.FunctionStartsCommandIndex, O.ChainedFixupsCommandIndex, in totalSize()
561 return writeLinkData(O.FunctionStartsCommandIndex, O.FunctionStarts); in writeFunctionStartsData()
636 {O.FunctionStartsCommandIndex, &MachOWriter::writeFunctionStartsData}, in writeTail()
H A DMachOReader.cpp175 O.FunctionStartsCommandIndex = O.LoadCommands.size(); in readLoadCommands()
314 return readLinkData(O, O.FunctionStartsCommandIndex, O.FunctionStarts); in readFunctionStartsData()
H A DMachOObject.h335 std::optional<size_t> FunctionStartsCommandIndex; member
H A DMachOObject.cpp76 FunctionStartsCommandIndex = Index; in updateLoadCommandIndexes()