Home
last modified time | relevance | path

Searched refs:DebugInfoLinker (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp267 DWARFLinker DebugInfoLinker(&OutStreamer, DwarfLinkerClient::LLD); in linkDebugInfo() local
269 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 …]
H A DCMakeLists.txt22 DebugInfoLinker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfutil/
H A DBUILD.gn26 "DebugInfoLinker.cpp",