Searched refs:StringOffsetSection (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 41 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/ |
D | DWARFUnit.cpp | 59 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()
|
D | DWARFContext.cpp | 1227 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/ |
D | DWARFUnit.h | 113 StringRef StringOffsetSection; variable 159 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 266 const DWARFSection &StringOffsetSection; variable 349 return StringOffsetSection; in getStringOffsetSection()
|