Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp335 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()
[all …]
/freebsd/usr.bin/clang/llvm-dwarfutil/
H A DMakefile4 SRCS+= DebugInfoLinker.cpp