Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DTypeMerger.h71 ArrayRef<TpiSource *> objectSources; variable
H A DDebugTypes.cpp1030 parallelForEach(objectSources, in mergeTypesWithGHash()
1131 parallelForEach(objectSources, [&](TpiSource *source) { in mergeTypesWithGHash()
1158 objectSources = makeArrayRef(ctx.tpiSourceList.data() + numDeps, numObjs); in sortDependencies()
H A DPDB.cpp1154 for (TpiSource *source : tMerger.objectSources) in addObjectsToPDB()