Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.h119 static ArrayRef<TpiSource *> dependencySources; variable
DDebugTypes.cpp160 ArrayRef<TpiSource *> TpiSource::dependencySources; member in TpiSource
186 dependencySources = makeArrayRef(instances.data(), numDeps); in sortDependencies()
1025 parallelForEach(TpiSource::dependencySources, in mergeTypesWithGHash()
1125 for_each(TpiSource::dependencySources, [&](TpiSource *source) { in mergeTypesWithGHash()
DPDB.cpp960 for_each(TpiSource::dependencySources, in addObjectsToPDB()