Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp41 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
56 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DDebugInfo.h33 _allocator = std::move(allocator); in setAllocator()
40 std::unique_ptr<llvm::BumpPtrAllocator> _allocator;
H A DMachOLinkingContext.cpp484 _searchDirs.push_back(path.str().copy(_allocator)); in addModifiedSearchDir()
512 _frameworkDirs.push_back(path.str().copy(_allocator)); in addFrameworkSearchDir()
539 return fullPath.str().copy(_allocator); in searchDirForLibrary()
547 return fullPath.str().copy(_allocator); in searchDirForLibrary()
553 return fullPath.str().copy(_allocator); in searchDirForLibrary()
559 return fullPath.str().copy(_allocator); in searchDirForLibrary()
583 return fullPath.str().copy(_allocator); in findPathForFramework()
H A DMachONormalizedFileFromAtoms.cpp193 llvm::BumpPtrAllocator _allocator; member in __anon3252b6f00111::Util
248 auto *sect = new (_allocator) in getRelocatableSection()
333 auto *sect = new (_allocator) SectionInfo( in getFinalSection()
368 new (_allocator) SectionInfo(segName, sectName, S_REGULAR, _ctx, in sectionForAtom()
445 auto *info = new (_allocator) SegmentInfo(segName); in segmentForName()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h105 return _allocator; in allocator()
228 mutable llvm::BumpPtrAllocator _allocator; variable
H A DLinkingContext.h245 mutable llvm::BumpPtrAllocator _allocator; variable
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h384 StringRef copy(StringRef str) { return str.copy(_allocator); } in copy()