Lines Matching refs:DebugInfoLinker
335 std::unique_ptr<Linker> DebugInfoLinker = in linkDebugInfoImpl() local
350 DebugInfoLinker->setOutputDWARFHandler( in linkDebugInfoImpl()
358 DebugInfoLinker->setOutputDWARFEmitter(Streamer.get()); in linkDebugInfoImpl()
360 DebugInfoLinker->setEstimatedObjfilesAmount(1); in linkDebugInfoImpl()
361 DebugInfoLinker->setNumThreads(Options.NumThreads); in linkDebugInfoImpl()
362 DebugInfoLinker->setNoODR(!Options.DoODRDeduplication); in linkDebugInfoImpl()
363 DebugInfoLinker->setVerbosity(Options.Verbose); in linkDebugInfoImpl()
364 DebugInfoLinker->setUpdateIndexTablesOnly(!Options.DoGarbageCollection); in linkDebugInfoImpl()
394 DebugInfoLinker->addObjectFile(*ObjectsForLinking[I], nullptr, in linkDebugInfoImpl()
401 if (Error Err = DebugInfoLinker->setTargetDWARFVersion(MaxDWARFVersion)) in linkDebugInfoImpl()
418 DebugInfoLinker->addAccelTableKind(Table); in linkDebugInfoImpl()
462 if (Error Err = DebugInfoLinker->link()) in linkDebugInfoImpl()