Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp63 TypeMapTy(Linker::IdentifiedStructTypeSet &DstStructTypesSet) in TypeMapTy() argument
64 : DstStructTypesSet(DstStructTypesSet) {} in TypeMapTy()
66 Linker::IdentifiedStructTypeSet &DstStructTypesSet; member in __anon68cc845a0111::TypeMapTy
229 DstStructTypesSet.switchToNonOpaque(DstSTy); in linkDefinedTypeBodies()
246 DstStructTypesSet.addNonOpaque(DTy); in finishType()
336 DstStructTypesSet.addOpaque(STy); in get()
341 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get()
347 DstStructTypesSet.addNonOpaque(STy); in get()
880 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping()