Searched refs:LocSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 22 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument 26 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 30 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument 34 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
| H A D | DWARFUnit.h | 158 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 D | DWARFUnit.cpp | 63 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 D | DWARFContext.cpp | 1253 DWARFSectionMap LocSection; member in __anonf3f23cd30d11::DWARFObjInMemory 1277 .Case("debug_loc", &LocSection) in mapNameToDWARFSection() 1591 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
|