Home
last modified time | relevance | path

Searched refs:LineSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h225 const DWARFSection &LineSection; variable
339 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1998 DWARFSectionMap LineSection; member in __anonafd15ee41111::DWARFObjInMemory
2026 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
2389 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp197 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()