Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2000 DWARFSectionMap LineSection; member in __anonfc0a132e1211::DWARFObjInMemory
2028 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
2391 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp201 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()