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

Declarations

tools/llvm-objcopy/MachO/MachOWriter.h
   58   size_t totalSize() const;

References

tools/llvm-objcopy/MachO/MachOWriter.cpp
  479   if (Error E = B.allocate(totalSize()))
  481   memset(B.getBufferStart(), 0, totalSize());