Home
last modified time | relevance | path

Searched refs:StringSection (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.h36 StringRef StringSection; variable
73 StringRef getStringSection() const { return StringSection; } in getStringSection()
92 return DataExtractor(StringSection, false, 0); in getStringExtractor()
HDDWARFContext.h188 StringRef StringSection; variable
219 virtual StringRef getStringSection() { return StringSection; } in getStringSection()
HDDWARFUnit.cpp24 StringSection(SS), StringOffsetSection(SOS), AddrOffsetSection(AOS), in DWARFUnit()
HDDWARFContext.cpp613 .Case("debug_str", &StringSection) in DWARFContextInMemory()