Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h221 const DWARFSection &LineSection; variable
308 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1554 DWARFSectionMap LineSection; member in __anon445fd25e0f11::DWARFObjInMemory
1582 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1949 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()