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.h70 ArrayRef<TpiSource *> objectSources; variable
H A DDebugTypes.cpp1076 parallelForEach(objectSources, in mergeTypesWithGHash()
1176 parallelForEach(objectSources, [&](TpiSource *source) { in mergeTypesWithGHash()
1203 objectSources = ArrayRef(ctx.tpiSourceList.data() + numDeps, numObjs); in sortDependencies()
H A DPDB.cpp1175 for (TpiSource *source : tMerger.objectSources) in addObjectsToPDB()