Home
last modified time | relevance | path

Searched defs:BrokenLink (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp955 struct BrokenLink { struct
956 BrokenLink(DWARFDie Parent, DWARFDie Child) : Parent(Parent), Child(Child) {} in BrokenLink() function
957 DWARFDie Parent;
958 DWARFDie Child;