Searched refs:StabsDebugInfo (Results 1 – 3 of 3) sorted by relevance
85 class StabsDebugInfo : public DebugInfo {90 StabsDebugInfo(StabsList stabs) in StabsDebugInfo() function
728 StabsDebugInfo::StabsList stabsList; in parseStabs()817 file.setDebugInfo(std::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()
826 else if (isa<mach_o::StabsDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()937 cast<mach_o::StabsDebugInfo>(objFile->debugInfo())->stabs(); in synthesizeDebugNotes()