Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp174 : ctx(ctx), kind(k), tpiSrcIdx(ctx.tpiSourceList.size()), file(f) { in TpiSource()
988 return ctx.tpiSourceList[getTpiSrcIdx()]->ghashes[getGHashIdx()]; in getGHash()
1087 for (TpiSource *source : ctx.tpiSourceList) in mergeTypesWithGHash()
1101 parallelFor(0, ctx.tpiSourceList.size(), [&](size_t tpiSrcIdx) { in mergeTypesWithGHash()
1102 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1156 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1176 for (TpiSource *source : ctx.tpiSourceList) { in mergeTypesWithGHash()
1189 for (TpiSource *s : ctx.tpiSourceList) in sortDependencies()
1193 ctx.tpiSourceList = std::move(deps); in sortDependencies()
1194 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.cpp303 for (TpiSource *source : ctx.tpiSourceList) { in addGHashTypeInfo()
1186 for (TpiSource *source : ctx.tpiSourceList) { in addObjectsToPDB()