Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp713 auto &SrcAllocs = I->second; in handleTransferResources() local
715 DstAllocs.reserve(DstAllocs.size() + SrcAllocs.size()); in handleTransferResources()
716 for (auto &Alloc : SrcAllocs) in handleTransferResources()