Searched refs:DstStructTypesSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp50 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet) argument
51 : DstStructTypesSet(DstStructTypesSet) {}
53 IRMover::IdentifiedStructTypeSet &DstStructTypesSet; member in class:__anon3708::TypeMapTy
210 DstStructTypesSet.switchToNonOpaque(DstSTy);
227 DstStructTypesSet.addNonOpaque(DTy);
247 // when this type is loaded in another module, added to DstStructTypesSet,
251 DstStructTypesSet.hasType(STy))
328 DstStructTypesSet.addOpaque(STy);
333 DstStructTypesSet
[all...]

Completed in 58 milliseconds