Searched refs:StringAllocator (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 226 using StringAllocator = llvm::function_ref<const char *(const llvm::Twine &)>; variable 236 StringAllocator SA) const; 246 StringAllocator SA, bool DefaultDiagColor); 257 StringAllocator SA, const llvm::Triple &T, 270 StringAllocator SA, const llvm::Triple &T,
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 208 if (StringAllocator.identifyObject(String.data())) in copyString() 211 void *Ptr = StringAllocator.Allocate(String.size(), 1); in copyString()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 194 CompilerInvocation::StringAllocator, in denormalizeSimpleFlag() argument 244 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument 267 CompilerInvocation::StringAllocator SA, in denormalizeString() 329 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum() 615 CompilerInvocation::StringAllocator SA) { in GenerateArg() 624 CompilerInvocation::StringAllocator SA) { in GenerateArg() 638 CompilerInvocation::StringAllocator)>; 1163 CompilerInvocation::StringAllocator SA, in GenerateOptimizationRemark() 2276 StringAllocator SA, bool DefaultDiagColor) { in GenerateDiagnosticArgs() 3297 StringAllocator SA, in GenerateLangArgs() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 404 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes() 408 StringRef ValueCopy = BSN->getValue().copy(StringAllocator); in createHNodes() 436 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 709 llvm::BumpPtrAllocator StringAllocator;
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 40 BumpPtrAllocator StringAllocator; member in __anonc565f3e50111::ELFDumper 954 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 736 CompilerInvocation::StringAllocator SA /*...*/) { 834 StringAllocator SA) {
|