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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  516         normExport.name = trieExport.name().copy(f->ownedAllocations);
  522           normExport.otherName = trieExport.otherName().copy(f->ownedAllocations);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  681       uint8_t *sectContent = file.ownedAllocations.Allocate<uint8_t>(si->size);
  877           file.ownedAllocations.Allocate<char>(newDirPath.size() + 2);
  894         fullPath = file.ownedAllocations.Allocate<char>(pathBuf.size() + 1);
 1086         sym.name  = tempRef.copy(file.ownedAllocations);
 1516               file.ownedAllocations.Allocate<uint8_t>(sectionContent.size());
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  338       uint8_t *bytes = file->ownedAllocations.Allocate<uint8_t>(size);