Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DDebugInfo.h85 class StabsDebugInfo : public DebugInfo {
90 StabsDebugInfo(StabsList stabs) in StabsDebugInfo() function
DMachONormalizedFileToAtoms.cpp728 StabsDebugInfo::StabsList stabsList; in parseStabs()
817 file.setDebugInfo(std::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()
DMachONormalizedFileFromAtoms.cpp826 else if (isa<mach_o::StabsDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()
937 cast<mach_o::StabsDebugInfo>(objFile->debugInfo())->stabs(); in synthesizeDebugNotes()