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

References

tools/llvm-objcopy/COFF/Object.h
   44     if (!OwnedContents.empty())
   45       return OwnedContents;
   50     OwnedContents.clear();
   56     OwnedContents = std::move(Data);
   61     OwnedContents.clear();