Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h26 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h28 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
H A DDWARFUnit.h175 const DWARFSection *RS, const DWARFSection *LocSection,
280 const DWARFSection *RS, const DWARFSection *LocSection,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument
103 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
107 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
189 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
H A DDWARFContext.cpp1551 DWARFSectionMap LocSection; member in __anon445fd25e0f11::DWARFObjInMemory
1579 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1940 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()