Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h217 const DWARFSection &LineSection; variable
299 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1523 DWARFSectionMap LineSection; member in __anond6a2cae20f11::DWARFObjInMemory
1551 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1919 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()