Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp387 uint16_t MaxDWARFVersion = 0; in linkDebugInfoImpl() local
389 [&MaxDWARFVersion](const DWARFUnit &Unit) { in linkDebugInfoImpl()
390 MaxDWARFVersion = std::max(Unit.getVersion(), MaxDWARFVersion); in linkDebugInfoImpl()
398 if (MaxDWARFVersion == 0) in linkDebugInfoImpl()
399 MaxDWARFVersion = 3; in linkDebugInfoImpl()
401 if (Error Err = DebugInfoLinker->setTargetDWARFVersion(MaxDWARFVersion)) in linkDebugInfoImpl()