Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h217 const DWARFSection &LineSection; variable
298 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1523 DWARFSectionMap LineSection; member in __anona8a913f90f11::DWARFObjInMemory
1551 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1918 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()