Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp176 : ctx(ctx), kind(k), tpiSrcIdx(ctx.tpiSourceList.size()), file(f) { in TpiSource()
990 return ctx.tpiSourceList[getTpiSrcIdx()]->ghashes[getGHashIdx()]; in getGHash()
1092 for (TpiSource *source : ctx.tpiSourceList) in mergeTypesWithGHash()
1106 parallelFor(0, ctx.tpiSourceList.size(), [&](size_t tpiSrcIdx) { in mergeTypesWithGHash()
1107 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1161 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1181 for (TpiSource *source : ctx.tpiSourceList) { in mergeTypesWithGHash()
1194 for (TpiSource *s : ctx.tpiSourceList) in sortDependencies()
1198 ctx.tpiSourceList = std::move(deps); in sortDependencies()
1199 ctx.tpiSourceList.insert(ctx.tpiSourceList.end(), objs.begin(), objs.end()); in sortDependencies()
[all …]
H A DCOFFLinkerContext.h43 std::vector<TpiSource *> tpiSourceList; variable
45 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource()
H A DPDB.cpp300 for (TpiSource *source : ctx.tpiSourceList) { in addGHashTypeInfo()
1197 for (TpiSource *source : ctx.tpiSourceList) { in addObjectsToPDB()