Searched refs:StringOffsetSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 180 StringSection(SS), StringOffsetSection(SOS), AddrOffsetSection(AOS), in DWARFUnit() 228 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem() 230 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() 433 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in extractDIEsIfNeeded() 840 return {{0, StringOffsetSection.Data.size(), 4, DWARF32}}; in determineStringOffsetsTableContributionDWO()
|
| H A D | DWARFContext.cpp | 1258 DWARFSectionMap StringOffsetSection; member in __anonf3f23cd30d11::DWARFObjInMemory 1280 .Case("debug_str_offsets", &StringOffsetSection) in mapNameToDWARFSection() 1574 return StringOffsetSection; in getStringOffsetSection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 206 const DWARFSection &StringOffsetSection; variable 292 return StringOffsetSection; in getStringOffsetSection()
|