Lines Matching refs:Relocs
72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection()
165 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset); in dump()
324 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()
394 Line.reset(new DWARFDebugLine(&getLineSection().Relocs)); in getLineTableForUnit()
764 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
765 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()
766 .Case("debug_info.dwo", &InfoDWOSection.Relocs) in DWARFContextInMemory()
767 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()
768 .Case("apple_names", &AppleNamesSection.Relocs) in DWARFContextInMemory()
769 .Case("apple_types", &AppleTypesSection.Relocs) in DWARFContextInMemory()
770 .Case("apple_namespaces", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
771 .Case("apple_namespac", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
772 .Case("apple_objc", &AppleObjCSection.Relocs) in DWARFContextInMemory()
778 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()
780 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()