Home
last modified time | relevance | path

Searched refs:StringAllocator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h152 using StringAllocator = llvm::function_ref<const char *(const Twine &)>; variable
162 StringAllocator SA) const { in generateCC1CommandLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h178 llvm::BumpPtrAllocator StringAllocator; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp281 if (StringAllocator.identifyObject(String.data())) in copyString()
284 void *Ptr = StringAllocator.Allocate(String.size(), 1); in copyString()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp408 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
414 StringRef ValueCopy = BSN->getValue().copy(StringAllocator); in createHNodes()
446 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp766 CompilerInvocation::StringAllocator)>;
929 StringAllocator SA) { in checkCC1RoundTrip()
5251 StringAllocator SA) { in CreateFromArgs()