Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp233 std::unique_ptr<char[]> AggregateContents[3]; in finalizeMemory() local
244 AggregateContents[I] = std::make_unique<char[]>(Seg.Size); in finalizeMemory()
248 memcpy(&AggregateContents[I][SecOffset], in finalizeMemory()
256 Seg.Content = {AggregateContents[I].get(), SecOffset}; in finalizeMemory()