Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1055 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); in allocateContent() local
1070 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateContent() local
1081 char *AllocatedBuffer = Allocator.Allocate<char>(Source.size() + 1); in allocateCString() local
1099 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size() + 1); in allocateCString() local