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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp164 // Allocate a new copy of this string in _storage, so the strings
167 char *s = _storage.Allocate<char>(str.size());
176 llvm::BumpPtrAllocator _storage; member in class:__anon1153::RefNameBuilder
670 // Allocate a new copy of this string in _storage, so the strings
673 char *s = _storage.Allocate<char>(str.size());
689 llvm::BumpPtrAllocator _storage; member in class:llvm::yaml::SequenceTraits::NormalizedFile

Completed in 109 milliseconds