Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp303 Error linkDebugInfoImpl(object::ObjectFile &File, const Options &Options, in linkDebugInfoImpl() function
472 return linkDebugInfoImpl<parallel::DWARFLinker>(File, Options, OutStream); in linkDebugInfo()
474 return linkDebugInfoImpl<classic::DWARFLinker>(File, Options, OutStream); in linkDebugInfo()