Home
last modified time | relevance | path

Searched refs:StrAlloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h70 llvm::BumpPtrAllocator StrAlloc; variable
91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
H A DCommit.h60 llvm::BumpPtrAllocator StrAlloc; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h27 BumpPtrAllocator StrAlloc;
H A DNVPTXTargetMachine.h32 BumpPtrAllocator StrAlloc; variable
H A DNVPTXRegisterInfo.cpp89 : NVPTXGenRegisterInfo(0), StrPool(StrAlloc) {} in NVPTXRegisterInfo()
H A DNVPTXTargetMachine.cpp138 StrPool(StrAlloc) { in NVPTXTargetMachine()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp451 StrAlloc.Reset(); in clearRewrites()