Lines Matching refs:PDBLinker
81 class PDBLinker { class
85 PDBLinker(SymbolTable *symtab) in PDBLinker() function in __anon613454050111::PDBLinker
154 PDBLinker &linker;
192 DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source) in DebugSHandler()
495 void PDBLinker::mergeSymbolRecords(TpiSource *source, in mergeSymbolRecords()
828 void PDBLinker::addDebugSymbols(TpiSource *source) { in addDebugSymbols()
897 void PDBLinker::addDebug(TpiSource *source) { in addDebug()
945 void PDBLinker::addObjectsToPDB() { in addObjectsToPDB()
987 void PDBLinker::addPublicsToPDB() { in addPublicsToPDB()
1006 void PDBLinker::printStats() { in printStats()
1088 void PDBLinker::addNatvisFiles() { in addNatvisFiles()
1100 void PDBLinker::addNamedStreams() { in addNamedStreams()
1267 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { in addImportFilesToPDB()
1358 PDBLinker pdb(symtab); in createPDB()
1378 void PDBLinker::initialize(llvm::codeview::DebugInfo *buildId) { in initialize()
1408 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections()
1447 void PDBLinker::commit(codeview::GUID *guid) { in commit()