Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp776 auto &SrcAllocs = I->second; in handleTransferResources() local
778 DstAllocs.reserve(DstAllocs.size() + SrcAllocs.size()); in handleTransferResources()
779 for (auto &Alloc : SrcAllocs) in handleTransferResources()