Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h22 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
26 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h30 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
34 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
H A DDWARFUnit.h158 const DWARFSection *RS, const DWARFSection *LocSection,
201 const DWARFSection *LocSection; member
263 const DWARFSection *RS, const DWARFSection *LocSection,
273 const DWARFSection *getLocSection() const { return LocSection; } in getLocSection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp63 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument
88 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
92 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
174 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
179 RangeSection(RS), LocSection(LocSection), LineSection(LS), in DWARFUnit()
187 LocSectionData = LocSection->Data; in DWARFUnit()
H A DDWARFContext.cpp1253 DWARFSectionMap LocSection; member in __anonf3f23cd30d11::DWARFObjInMemory
1277 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1591 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()