Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h90 T *allocateBuffer(size_t S) XRAY_NEVER_INSTRUMENT { in allocateBuffer() function
140 auto A = allocateBuffer<T>(N); in initArray()
183 BackingStore = allocateBuffer(MaxMemory); in Alloc()
H A Dxray_profile_collector.cpp247 auto ProfileArena = allocateBuffer(MaxSize); in serialize()
254 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize()
296 B->Data = allocateBuffer(B->Size); in serialize()
H A Dxray_buffer_queue.cpp32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()
H A Dxray_fdr_logging.cpp252 CurrentBuffer = allocateBuffer(SerializedBufferSize); in fdrIterator()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DEPCGenericJITLinkMemoryManager.cpp154 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation()
H A DMachOPlatform.cpp1229 auto NewBlockContent = G.allocateBuffer(B->getSize()); in fixTLVSectionsAndEdges()
1753 auto HeaderContent = G.allocateBuffer(B.layout()); in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp181 G->createMutableContentBlock(Sec, G->allocateBuffer(Seg.ContentSize), in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1047 MutableArrayRef<char> allocateBuffer(size_t Size) { in allocateBuffer() function
1137 auto Content = allocateBuffer(ContentSize);