Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h226 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 DAPI.cpp208 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 DCompilerInvocation.cpp194 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 DYAMLTraits.cpp404 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 DAPI.h709 llvm::BumpPtrAllocator StringAllocator;
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp40 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 DInternalsManual.rst736 CompilerInvocation::StringAllocator SA /*...*/) {
834 StringAllocator SA) {