Searched refs:_allocator (Results 1 – 7 of 7) sorted by relevance
42 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()57 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
33 _allocator = std::move(allocator); in setAllocator()40 std::unique_ptr<llvm::BumpPtrAllocator> _allocator;
485 _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()
194 llvm::BumpPtrAllocator _allocator; member in __anon71138ccb0111::Util249 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()
105 return _allocator; in allocator()228 mutable llvm::BumpPtrAllocator _allocator; variable
246 mutable llvm::BumpPtrAllocator _allocator; variable
385 StringRef copy(StringRef str) { return str.copy(_allocator); } in copy()