Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h21 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h29 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
H A DDWARFUnit.h171 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 DDWARFUnit.cpp61 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 DDWARFContext.cpp1520 DWARFSectionMap LocSection; member in __anona8a913f90f11::DWARFObjInMemory
1548 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1909 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()