Lines Matching defs:DebugInfoSection
335 if (std::optional<SectionDescriptor *> DebugInfoSection =
338 (*DebugInfoSection)
346 (*DebugInfoSection)
457 SectionDescriptor &DebugInfoSection =
460 if (!DebugInfoSection.ListDebugLocPatch.empty()) {
467 DebugInfoSection.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) {
470 uint64_t InputDebugLocSectionOffset = DebugInfoSection.getIntVal(
472 DebugInfoSection.getFormParams().getDwarfOffsetByteSize());
506 DebugInfoSection.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset,
697 SectionDescriptor &DebugInfoSection =
702 if (!DebugInfoSection.ListDebugRangePatch.empty()) {
707 DebugInfoSection.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) {
714 uint64_t InputDebugRangesSectionOffset = DebugInfoSection.getIntVal(
716 DebugInfoSection.getFormParams().getDwarfOffsetByteSize());
742 DebugInfoSection.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset,
751 DebugInfoSection.apply(CompileUnitRangePtr->PatchOffset,
842 SectionDescriptor &DebugInfoSection =
863 DebugOffsetPatch{OutArangesSection.OS.tell(), &DebugInfoSection});