Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
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/
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/llvm/lib/Support/
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/llvm/tools/obj2yaml/
Delf2yaml.cpp41 BumpPtrAllocator StringAllocator; member in __anon93ceb4b10111::ELFDumper
956 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
/openbsd/src/gnu/llvm/clang/docs/
DInternalsManual.rst739 CompilerInvocation::StringAllocator SA /*...*/) {
837 StringAllocator SA) {