Searched refs:DebugInfoLinker (Results 1 – 3 of 3) sorted by relevance
267 DWARFLinker DebugInfoLinker(&OutStreamer, DwarfLinkerClient::LLD); in linkDebugInfo() local269 DebugInfoLinker.setEstimatedObjfilesAmount(1); in linkDebugInfo()270 DebugInfoLinker.setAccelTableKind(DwarfLinkerAccelTableKind::None); in linkDebugInfo()271 DebugInfoLinker.setErrorHandler(ReportErr); in linkDebugInfo()272 DebugInfoLinker.setWarningHandler(ReportWarn); in linkDebugInfo()273 DebugInfoLinker.setNumThreads(Options.NumThreads); in linkDebugInfo()274 DebugInfoLinker.setNoODR(!Options.DoODRDeduplication); in linkDebugInfo()275 DebugInfoLinker.setVerbosity(Options.Verbose); in linkDebugInfo()276 DebugInfoLinker.setUpdate(!Options.DoGarbageCollection); in linkDebugInfo()303 DebugInfoLinker.addObjectFile(*ObjectsForLinking[I]); in linkDebugInfo()[all …]
22 DebugInfoLinker.cpp
26 "DebugInfoLinker.cpp",