Searched refs:_allocator (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp41 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName())));
56 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom(
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DDebugInfo.h33 _allocator = std::move(allocator);
40 std::unique_ptr<llvm::BumpPtrAllocator> _allocator; member in class:lld::mach_o::DebugInfo
H A DMachOLinkingContext.cpp484 _searchDirs.push_back(path.str().copy(_allocator));
512 _frameworkDirs.push_back(path.str().copy(_allocator));
539 return fullPath.str().copy(_allocator);
547 return fullPath.str().copy(_allocator);
553 return fullPath.str().copy(_allocator);
577 return fullPath.str().copy(_allocator);
H A DMachONormalizedFileFromAtoms.cpp193 llvm::BumpPtrAllocator _allocator; member in class:__anon3816::Util
248 auto *sect = new (_allocator)
333 auto *sect = new (_allocator) SectionInfo(
368 new (_allocator) SectionInfo(segName, sectName, S_REGULAR, _ctx,
445 auto *info = new (_allocator) SegmentInfo(segName);
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h105 return _allocator;
228 mutable llvm::BumpPtrAllocator _allocator; member in class:lld::File
H A DLinkingContext.h245 mutable llvm::BumpPtrAllocator _allocator; member in class:lld::LinkingContext
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h384 StringRef copy(StringRef str) { return str.copy(_allocator); }

Completed in 128 milliseconds