Searched refs:LocSection (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 21 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument 25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 29 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument 33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
| H A D | DWARFUnit.h | 171 const DWARFSection *RS, const DWARFSection *LocSection, 270 const DWARFSection *RS, const DWARFSection *LocSection,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 61 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument 89 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl() 93 DA, RS, LocSection, SS, SOS, in addUnitsImpl() 175 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
|
| H A D | DWARFContext.cpp | 1520 DWARFSectionMap LocSection; member in __anona8a913f90f11::DWARFObjInMemory 1548 .Case("debug_loc", &LocSection) in mapNameToDWARFSection() 1909 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
|