Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.h179 const DWARFSection *RS, const DWARFSection *LocSection,
310 const DWARFSection *RS, const DWARFSection *LocSection,
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument
110 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
114 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
196 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit()
192 DWARFUnit(DWARFContext & DC,const DWARFSection & Section,const DWARFUnitHeader & Header,const DWARFDebugAbbrev * DA,const DWARFSection * RS,const DWARFSection * LocSection,StringRef SS,const DWARFSection & SOS,const DWARFSection * AOS,const DWARFSection & LS,bool LE,bool IsDWO,const DWARFUnitVector & UnitVector) DWARFUnit() argument
H A DDWARFContext.cpp1997 DWARFSectionMap LocSection;
2025 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
2382 const DWARFSection &getLocSection() const override { return LocSection; } in getArangesSection()
1995 DWARFSectionMap LocSection; global() member in __anon6f0e60001111::DWARFObjInMemory