Searched refs:LocSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 26 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument 30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 28 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument 32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
| H A D | DWARFUnit.h | 179 const DWARFSection *RS, const DWARFSection *LocSection, 310 const DWARFSection *RS, const DWARFSection *LocSection,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument 106 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl() 110 DA, RS, LocSection, SS, SOS, in addUnitsImpl() 192 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
|
| H A D | DWARFContext.cpp | 1995 DWARFSectionMap LocSection; member in __anonafd15ee41111::DWARFObjInMemory 2023 .Case("debug_loc", &LocSection) in mapNameToDWARFSection() 2380 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
|