Home
last modified time | relevance | path

Searched refs:ownedAllocations (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h270 BumpPtrAllocator ownedAllocations; member
DMachONormalizedFileFromAtoms.cpp681 uint8_t *sectContent = file.ownedAllocations.Allocate<uint8_t>(si->size); in copySectionContent()
877 file.ownedAllocations.Allocate<char>(newDirPath.size() + 2); in synthesizeDebugNotes()
894 fullPath = file.ownedAllocations.Allocate<char>(pathBuf.size() + 1); in synthesizeDebugNotes()
1086 sym.name = tempRef.copy(file.ownedAllocations); in addSymbols()
1516 file.ownedAllocations.Allocate<uint8_t>(sectionContent.size()); in fixLazyReferenceImm()
DMachONormalizedFileBinaryReader.cpp516 normExport.name = trieExport.name().copy(f->ownedAllocations); in readBinary()
522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations); in readBinary()
DMachONormalizedFileYAML.cpp338 uint8_t *bytes = file->ownedAllocations.Allocate<uint8_t>(size); in denormalize()