Searched refs:StringAllocator (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Frontend/ |
| D | CompilerInvocation.h | 226 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/ |
| D | CompilerInvocation.cpp | 196 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/ |
| 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()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 41 BumpPtrAllocator StringAllocator; member in __anon93ceb4b10111::ELFDumper 956 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | InternalsManual.rst | 739 CompilerInvocation::StringAllocator SA /*...*/) { 837 StringAllocator SA) {
|