Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1092 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()
1200 for (uint32_t i = 0, e = ctx.tpiSourceList.size(); i < e; ++i) in sortDependencies()
1201 ctx.tpiSourceList[i]->tpiSrcIdx = i; 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()