Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp54 if (O.DyLdInfoCommandIndex) { in totalSize()
56 O.LoadCommands[*O.DyLdInfoCommandIndex] in totalSize()
318 if (!O.DyLdInfoCommandIndex) in writeRebaseInfo()
321 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeRebaseInfo()
330 if (!O.DyLdInfoCommandIndex) in writeBindInfo()
333 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeBindInfo()
342 if (!O.DyLdInfoCommandIndex) in writeWeakBindInfo()
345 O.LoadCommands[*O.DyLdInfoCommandIndex] in writeWeakBindInfo()
354 if (!O.DyLdInfoCommandIndex) in writeLazyBindInfo()
366 if (!O.DyLdInfoCommandIndex) in writeExportInfo()
[all …]
H A DMachOObject.h328 Optional<size_t> DyLdInfoCommandIndex; member
H A DMachOObject.cpp58 DyLdInfoCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp166 O.DyLdInfoCommandIndex = O.LoadCommands.size(); in readLoadCommands()