Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h226 using StringAllocator = llvm::function_ref<const char *(const llvm::Twine &)>; variable
236 StringAllocator SA) const;
260 StringAllocator SA, bool DefaultDiagColor);
271 StringAllocator SA, const llvm::Triple &T,
284 StringAllocator SA, const llvm::Triple &T,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp196 CompilerInvocation::StringAllocator, in denormalizeSimpleFlag() argument
236 CompilerInvocation::StringAllocator, Option::OptionClass, in makeBooleanOptionDenormalizer()
245 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument
268 CompilerInvocation::StringAllocator SA, in denormalizeString()
313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl()
330 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum()
371 CompilerInvocation::StringAllocator SA, in denormalizeStringVector()
619 CompilerInvocation::StringAllocator SA) { in GenerateArg()
628 CompilerInvocation::StringAllocator SA) { in GenerateArg()
642 CompilerInvocation::StringAllocator)>;
[all …]
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp276 if (StringAllocator.identifyObject(String.data())) in copyString()
279 void *Ptr = StringAllocator.Allocate(String.size(), 1); in copyString()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h840 llvm::BumpPtrAllocator StringAllocator;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp41 BumpPtrAllocator StringAllocator; member in __anon3ad6866c0111::ELFDumper
956 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst739 CompilerInvocation::StringAllocator SA /*...*/) {
837 StringAllocator SA) {