Searched refs:LineStrSection (Results 1 – 2 of 2) sorted by relevance
1559 static void parseAndPopulateDebugLineStr(BinarySection &LineStrSection, in parseAndPopulateDebugLineStr() argument1563 DataExtractor StrData(LineStrSection.getContents(), in parseAndPopulateDebugLineStr()1591 ErrorOr<BinarySection &> LineStrSection = in emit() local1595 if (LineStrSection) { in emit()1597 parseAndPopulateDebugLineStr(*LineStrSection, *LineStr, BC, Streamer); in emit()
1618 StringRef LineStrSection; member in __anon445fd25e0f11::DWARFObjInMemory1639 .Case("debug_line_str", &LineStrSection) in mapSectionToMember()1925 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection()