Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h71 ArrayRef<TpiSource *> objectSources; variable
H A DDebugTypes.cpp1081 parallelForEach(objectSources, in mergeTypesWithGHash()
1182 parallelForEach(objectSources, [&](TpiSource *source) { in mergeTypesWithGHash()
1208 objectSources = ArrayRef(ctx.tpiSourceList.data() + numDeps, numObjs); in sortDependencies()
H A DPDB.cpp1173 for (TpiSource *source : tMerger.objectSources) in addObjectsToPDB()