Searched refs:StringAllocator (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 234 using StringAllocator = llvm::function_ref<const char *(const llvm::Twine &)>; variable 244 StringAllocator SA) const; 254 StringAllocator SA, bool DefaultDiagColor); 265 StringAllocator SA, const llvm::Triple &T, 278 StringAllocator SA, const llvm::Triple &T,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 178 CompilerInvocation::StringAllocator, in denormalizeSimpleFlag() argument 219 CompilerInvocation::StringAllocator, Option::OptionClass, in makeBooleanOptionDenormalizer() 228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument 251 CompilerInvocation::StringAllocator SA, in denormalizeString() 296 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl() 313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum() 353 CompilerInvocation::StringAllocator SA, in denormalizeStringVector() 585 CompilerInvocation::StringAllocator SA) { in GenerateArg() 594 CompilerInvocation::StringAllocator SA) { in GenerateArg() 608 CompilerInvocation::StringAllocator)>; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 405 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes() 409 StringRef ValueCopy = BSN->getValue().copy(StringAllocator); in createHNodes() 437 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 38 BumpPtrAllocator StringAllocator; member in __anona642e3200111::ELFDumper 902 StringRef(std::to_string(SymNdx)).copy(StringAllocator)); in dumpAddrsigSection()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 736 CompilerInvocation::StringAllocator SA /*...*/) { 834 StringAllocator SA) {
|