Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DTypeMerger.h68 ArrayRef<TpiSource *> dependencySources; variable
H A DDebugTypes.cpp1028 parallelForEach(dependencySources, in mergeTypesWithGHash()
1129 for (TpiSource *source : dependencySources) in mergeTypesWithGHash()
1157 dependencySources = makeArrayRef(ctx.tpiSourceList.data(), numDeps); in sortDependencies()
H A DPDB.cpp1152 for (TpiSource *source : tMerger.dependencySources) in addObjectsToPDB()