Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h121 static ArrayRef<TpiSource *> objectSources; variable
H A DDebugTypes.cpp165 ArrayRef<TpiSource *> TpiSource::objectSources; member in TpiSource
191 objectSources = makeArrayRef(instances.data() + numDeps, numObjs); in sortDependencies()
1054 parallelForEach(TpiSource::objectSources, in mergeTypesWithGHash()
1156 parallelForEach(TpiSource::objectSources, [&](TpiSource *source) { in mergeTypesWithGHash()
H A DPDB.cpp1154 for_each(TpiSource::objectSources, in addObjectsToPDB()