reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1490       if (StringRef *SectionData = mapSectionToMember(SecIt.first()))
 1491         *SectionData = SecIt.second->getBuffer();
 1492       else if (SecIt.first() == "debug_info")
 1495         InfoSections[SectionRef()].Data = SecIt.second->getBuffer();
 1496       else if (SecIt.first() == "debug_info.dwo")
 1497         InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer();
 1498       else if (SecIt.first() == "debug_types")
 1499         TypesSections[SectionRef()].Data = SecIt.second->getBuffer();
 1500       else if (SecIt.first() == "debug_types.dwo")
 1501         TypesDWOSections[SectionRef()].Data = SecIt.second->getBuffer();