Searched refs:debugInfo (Results 1 – 5 of 5) sorted by relevance
31 .Case(section_names::debugInfo, &dObj->infoSection.Data) in create()
298 constexpr const char debugInfo[] = "__debug_info"; variable
235 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() argument236 _debugInfo = std::move(debugInfo); in setDebugInfo()239 DebugInfo* debugInfo() const { return _debugInfo.get(); } in debugInfo() function
820 file.debugInfo()->setAllocator(std::move(allocator)); in parseStabs()943 const Section *debugInfo = nullptr; in parseDebugInfo() local950 debugInfo = &s; in parseDebugInfo()958 if (!debugInfo) in parseDebugInfo()961 if (debugInfo->content.size() == 0) in parseDebugInfo()964 if (debugInfo->content.size() < 12) in parseDebugInfo()972 if (auto tuOrErr = readCompUnit(normalizedFile, *debugInfo, *debugAbbrev, in parseDebugInfo()984 file.debugInfo()->setAllocator(std::move(allocator)); in parseDebugInfo()
823 if (atomFile->debugInfo()) { in synthesizeDebugNotes()824 if (isa<mach_o::DwarfDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()826 else if (isa<mach_o::StabsDebugInfo>(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()937 cast<mach_o::StabsDebugInfo>(objFile->debugInfo())->stabs(); in synthesizeDebugNotes()