Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DDebugInfo.h49 class DwarfDebugInfo : public DebugInfo {
51 DwarfDebugInfo(TranslationUnitSource tu) in DwarfDebugInfo() function
DMachONormalizedFileFromAtoms.cpp824 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()
DMachONormalizedFileToAtoms.cpp983 file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()