Lines Matching defs:linker
187 PDBLinker &linker;
233 DebugSHandler(COFFLinkerContext &ctx, PDBLinker &linker, ObjFile &file)
234 : ctx(ctx), linker(linker), file(file) {}
247 // of the machine that you perform the link on. If the linker is running on
248 // a POSIX system, we will output absolute POSIX paths. If the linker is
450 // since they are synthesized by the linker in response to S_GPROC32 and
478 // since they are synthesized by the linker in response to S_GPROC32 and
799 linker.analyzeSymbolSubsection(debugChunk, moduleStreamSize,
925 pdb::DbiStreamBuilder &dbiBuilder = linker.builder.getDbiBuilder();
976 linker.pdbStrTab);
985 cvStrTab, linker.pdbStrTab);
995 auto newChecksums = std::make_unique<DebugChecksumsSubsection>(linker.pdbStrTab);
999 linker.pdbMakeAbsolute(filename);
1416 // By setting this to a valid MSVC linker version string, local variables are
1426 // linker module (which is by definition a backend), so we don't need to do
1427 // anything here. Also, it seems we can use "LLVM Linker" for the linker name
1445 // MSVC uses the ARM64X machine type for ARM64EC targets in the common linker