reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-objcopy/MachO/MachOWriter.h
   38   void writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out);

References

tools/llvm-objcopy/MachO/MachOWriter.cpp
  161         writeSectionInLoadCommand<MachO::section>(Sec, Begin);
  171         writeSectionInLoadCommand<MachO::section_64>(Sec, Begin);