Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.h122 static ArrayRef<TpiSource *> objectSources; variable
DDebugTypes.cpp161 ArrayRef<TpiSource *> TpiSource::objectSources; member in TpiSource
187 objectSources = makeArrayRef(instances.data() + numDeps, numObjs); in sortDependencies()
1027 parallelForEach(TpiSource::objectSources, in mergeTypesWithGHash()
1128 parallelForEach(TpiSource::objectSources, [&](TpiSource *source) { in mergeTypesWithGHash()
DPDB.cpp962 for_each(TpiSource::objectSources, in addObjectsToPDB()