Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h862 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); in allocateString() local
863 llvm::copy(Source, AllocatedBuffer); in allocateString()
864 return ArrayRef<char>(AllocatedBuffer, Source.size()); in allocateString()
877 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString() local
878 llvm::copy(SourceStr, AllocatedBuffer); in allocateString()
879 return ArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString()