Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h862 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); in allocateString() local
877 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString() local