Home
last modified time | relevance | path

Searched refs:LineStrSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1559 static void parseAndPopulateDebugLineStr(BinarySection &LineStrSection, in parseAndPopulateDebugLineStr() argument
1563 DataExtractor StrData(LineStrSection.getContents(), in parseAndPopulateDebugLineStr()
1591 ErrorOr<BinarySection &> LineStrSection = in emit() local
1595 if (LineStrSection) { in emit()
1597 parseAndPopulateDebugLineStr(*LineStrSection, *LineStr, BC, Streamer); in emit()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1618 StringRef LineStrSection; member in __anon445fd25e0f11::DWARFObjInMemory
1639 .Case("debug_line_str", &LineStrSection) in mapSectionToMember()
1925 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection()