Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DLinkingContext.cpp42 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
57 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DDebugInfo.h33 _allocator = std::move(allocator); in setAllocator()
40 std::unique_ptr<llvm::BumpPtrAllocator> _allocator;
H A DMachOLinkingContext.cpp485 _searchDirs.push_back(path.str().copy(_allocator)); in addModifiedSearchDir()
513 _frameworkDirs.push_back(path.str().copy(_allocator)); in addFrameworkSearchDir()
540 return fullPath.str().copy(_allocator); in searchDirForLibrary()
548 return fullPath.str().copy(_allocator); in searchDirForLibrary()
554 return fullPath.str().copy(_allocator); in searchDirForLibrary()
578 return fullPath.str().copy(_allocator); in findPathForFramework()
H A DMachONormalizedFileFromAtoms.cpp194 llvm::BumpPtrAllocator _allocator; member in __anon71138ccb0111::Util
249 auto *sect = new (_allocator) in getRelocatableSection()
334 auto *sect = new (_allocator) SectionInfo( in getFinalSection()
369 new (_allocator) SectionInfo(segName, sectName, S_REGULAR, _ctx, in sectionForAtom()
446 auto *info = new (_allocator) SegmentInfo(segName); in segmentForName()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DFile.h105 return _allocator; in allocator()
228 mutable llvm::BumpPtrAllocator _allocator; variable
H A DLinkingContext.h246 mutable llvm::BumpPtrAllocator _allocator; variable
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h385 StringRef copy(StringRef str) { return str.copy(_allocator); } in copy()