Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h26 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
DDWARFTypeUnit.h28 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
DDWARFUnit.h174 const DWARFSection *RS, const DWARFSection *LocSection,
303 const DWARFSection *RS, const DWARFSection *LocSection,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument
103 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
107 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
189 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
DDWARFContext.cpp1619 DWARFSectionMap LocSection; member in __anoned0c38aa1011::DWARFObjInMemory
1647 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
2008 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()