Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h958 auto SourceStr = Source.toStringRef(TmpBuffer); in allocateString() local
959 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString()
960 llvm::copy(SourceStr, AllocatedBuffer); in allocateString()
961 return MutableArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString()