Lines Matching refs:TpiSource
114 void addDebug(TpiSource *source);
116 void addDebugSymbols(TpiSource *source);
118 void mergeSymbolRecords(TpiSource *source,
160 TpiSource *source;
192 DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source) in DebugSHandler()
258 for_each(TpiSource::instances, [&](TpiSource *source) { in addGHashTypeInfo()
308 TypeMerger &tMerger, TpiSource *source) { in translateIdSymbols()
495 void PDBLinker::mergeSymbolRecords(TpiSource *source, in mergeSymbolRecords()
828 void PDBLinker::addDebugSymbols(TpiSource *source) { in addDebugSymbols()
897 void PDBLinker::addDebug(TpiSource *source) { in addDebug()
953 TpiSource::sortDependencies(); in addObjectsToPDB()
960 for_each(TpiSource::dependencySources, in addObjectsToPDB()
961 [&](TpiSource *source) { addDebug(source); }); in addObjectsToPDB()
962 for_each(TpiSource::objectSources, in addObjectsToPDB()
963 [&](TpiSource *source) { addDebug(source); }); in addObjectsToPDB()
980 for_each(TpiSource::instances, [&](TpiSource *source) { in addObjectsToPDB()
1022 print(TpiSource::countTypeServerPDBs(), "PDB type server dependencies"); in printStats()
1023 print(TpiSource::countPrecompObjs(), "Precomp OBJ dependencies"); in printStats()