Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp1045 for (TpiSource *source : ctx.tpiSourceList) in mergeTypesWithGHash()
1059 parallelFor(0, ctx.tpiSourceList.size(), [&](size_t tpiSrcIdx) { in mergeTypesWithGHash()
1060 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1116 TpiSource *source = ctx.tpiSourceList[tpiSrcIdx]; in mergeTypesWithGHash()
1136 for (TpiSource *source : ctx.tpiSourceList) { in mergeTypesWithGHash()
1149 for (TpiSource *s : ctx.tpiSourceList) in sortDependencies()
1153 ctx.tpiSourceList = std::move(deps); in sortDependencies()
1154 ctx.tpiSourceList.insert(ctx.tpiSourceList.end(), objs.begin(), objs.end()); in sortDependencies()
1155 for (uint32_t i = 0, e = ctx.tpiSourceList.size(); i < e; ++i) in sortDependencies()
1156 ctx.tpiSourceList[i]->tpiSrcIdx = i; in sortDependencies()
[all …]
H A DCOFFLinkerContext.h31 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource()
43 std::vector<TpiSource *> tpiSourceList; variable
H A DPDB.cpp299 for (TpiSource *source : ctx.tpiSourceList) { in addGHashTypeInfo()
1172 for (TpiSource *source : ctx.tpiSourceList) { in addObjectsToPDB()