Searched refs:StrAlloc (Results 1 – 10 of 10) sorted by relevance
70 llvm::BumpPtrAllocator StrAlloc; variable91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
60 llvm::BumpPtrAllocator StrAlloc; variable
27 BumpPtrAllocator StrAlloc;
34 BumpPtrAllocator StrAlloc; variable
97 : NVPTXGenRegisterInfo(0), StrPool(StrAlloc) {} in NVPTXRegisterInfo()
128 StrPool(StrAlloc) { in NVPTXTargetMachine()
334 llvm::function_ref<StringRef(const Twine &)> StrAlloc, in toFeatures() argument343 Features.push_back(StrAlloc("+experimental-" + ExtName)); in toFeatures()345 Features.push_back(StrAlloc("+" + ExtName)); in toFeatures()352 Features.push_back(StrAlloc(Twine("-") + Ext.Name)); in toFeatures()358 Features.push_back(StrAlloc(Twine("-experimental-") + Ext.Name)); in toFeatures()
66 llvm::function_ref<StringRef(const Twine &)> StrAlloc,
191 data.Text = text.copy(StrAlloc); in addInsert()
451 StrAlloc.Reset(); in clearRewrites()