Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp366 std::vector<std::unique_ptr<DWARFFile>> ObjectsForLinking(1); in linkDebugInfoImpl() local
384 ObjectsForLinking[0] = std::make_unique<DWARFFile>( in linkDebugInfoImpl()
393 for (size_t I = 0; I < ObjectsForLinking.size(); I++) in linkDebugInfoImpl()
394 DebugInfoLinker->addObjectFile(*ObjectsForLinking[I], nullptr, in linkDebugInfoImpl()
420 for (std::unique_ptr<DWARFFile> &CurFile : ObjectsForLinking) { in linkDebugInfoImpl()