Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h118 static ArrayRef<TpiSource *> dependencySources; variable
H A DDebugTypes.cpp164 ArrayRef<TpiSource *> TpiSource::dependencySources; member in TpiSource
190 dependencySources = makeArrayRef(instances.data(), numDeps); in sortDependencies()
1052 parallelForEach(TpiSource::dependencySources, in mergeTypesWithGHash()
1153 for_each(TpiSource::dependencySources, [&](TpiSource *source) { in mergeTypesWithGHash()
H A DPDB.cpp1152 for_each(TpiSource::dependencySources, in addObjectsToPDB()