Searched refs:DyLdInfoCommandIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp49 if (O.DyLdInfoCommandIndex) {
51 O.LoadCommands[*O.DyLdInfoCommandIndex]
307 if (!O.DyLdInfoCommandIndex)
310 O.LoadCommands[*O.DyLdInfoCommandIndex]
319 if (!O.DyLdInfoCommandIndex)
322 O.LoadCommands[*O.DyLdInfoCommandIndex]
331 if (!O.DyLdInfoCommandIndex)
334 O.LoadCommands[*O.DyLdInfoCommandIndex]
343 if (!O.DyLdInfoCommandIndex)
346 O.LoadCommands[*O.DyLdInfoCommandIndex]
[all...]
H A DObject.h282 Optional<size_t> DyLdInfoCommandIndex; member in struct:llvm::objcopy::macho::Object
H A DMachOReader.cpp134 O.DyLdInfoCommandIndex = O.LoadCommands.size();

Completed in 48 milliseconds