Searched refs:DwarfDebugInfo (Results 1 – 3 of 3) sorted by relevance
49 class DwarfDebugInfo : public DebugInfo {51 DwarfDebugInfo(TranslationUnitSource tu) in DwarfDebugInfo() function
824 if (isa<mach_o::DwarfDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()857 assert(dyn_cast_or_null<lld::mach_o::DwarfDebugInfo>(atomFile.debugInfo()) in synthesizeDebugNotes()859 auto &dwarf = cast<lld::mach_o::DwarfDebugInfo>(*atomFile.debugInfo()); in synthesizeDebugNotes()
983 file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()