Searched refs:StrAlloc (Results 1 – 6 of 6) sorted by relevance
70 llvm::BumpPtrAllocator StrAlloc; variable91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
60 llvm::BumpPtrAllocator StrAlloc; variable
56 std::function<StringRef(const Twine &)> StrAlloc) const;
324 std::function<StringRef(const Twine &)> StrAlloc) const { in toFeatures()332 Features.push_back(StrAlloc("+experimental-" + ExtName)); in toFeatures()334 Features.push_back(StrAlloc("+" + ExtName)); in toFeatures()
191 data.Text = text.copy(StrAlloc); in addInsert()
451 StrAlloc.Reset(); in clearRewrites()