Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h45 return LineSection; in getLineSection()
83 LLDDWARFSection LineSection; variable
H A DDWARF.cpp42 .Case(".debug_line", &LineSection) in LLDDwarfObj()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h204 const DWARFSection &LineSection; variable
289 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1255 DWARFSectionMap LineSection; member in __anonf3f23cd30d11::DWARFObjInMemory
1279 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1596 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
H A DDWARFUnit.cpp179 RangeSection(RS), LocSection(LocSection), LineSection(LS), in DWARFUnit()