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.h173 llvm::BumpPtrAllocator StringAllocator; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp280 if (StringAllocator.identifyObject(String.data())) in copyString()
283 void *Ptr = StringAllocator.Allocate(String.size(), 1); in copyString()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp409 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
415 StringRef ValueCopy = BSN->getValue().copy(StringAllocator); in createHNodes()
447 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp762 CompilerInvocation::StringAllocator)>;
925 StringAllocator SA) { in checkCC1RoundTrip()
4907 StringAllocator SA) { in CreateFromArgs()