Home
last modified time | relevance | path

Searched refs:StringOffsetSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
70 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
72 DataExtractor DA(StringOffsetSection, isLittleEndian, 0); in getStringOffsetSectionItem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp59 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
88 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem()
90 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
299 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in extractDIEsIfNeeded()
734 Size = StringOffsetSection.Data.size(); in determineStringOffsetsTableContributionDWO()
DDWARFContext.cpp1227 DWARFSectionMap StringOffsetSection; member in __anonddd817f10c11::DWARFObjInMemory
1246 .Case("debug_str_offsets", &StringOffsetSection) in mapNameToDWARFSection()
1524 return StringOffsetSection; in getStringOffsetSection()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h113 StringRef StringOffsetSection; variable
159 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h266 const DWARFSection &StringOffsetSection; variable
349 return StringOffsetSection; in getStringOffsetSection()