Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h220 const DWARFSection &LineSection; variable
332 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1622 DWARFSectionMap LineSection; member in __anon00272cc51011::DWARFObjInMemory
1650 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
2017 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp194 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()