Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
DDWARFTypeUnit.h29 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
DDWARFUnit.h162 const DWARFSection *RS, const DWARFSection *LocSection,
203 const DWARFSection *LocSection; variable
269 const DWARFSection *RS, const DWARFSection *LocSection,
312 LocSection = LS; in setLocSection()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit() argument
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
DDWARFTypeUnit.h29 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit() argument
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
DDWARFUnit.h171 const DWARFSection *RS, const DWARFSection *LocSection,
273 const DWARFSection *RS, const DWARFSection *LocSection,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp62 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument
87 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
91 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
173 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFUnit() argument
185 StringRef Data = LocSection->Data; in DWARFUnit()
207 DWARFDataExtractor(Context.getDWARFObj(), *LocSection, isLittleEndian, in DWARFUnit()
529 if (LocSection->Data.size()) { in tryExtractDIEsIfNeeded()
537 DWARFDataExtractor Data(Context.getDWARFObj(), *LocSection, in tryExtractDIEsIfNeeded()
DDWARFContext.cpp1446 DWARFSectionMap LocSection; member in __anonb929a5320d11::DWARFObjInMemory
1473 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1835 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h247 DWARFSection LocSection; variable
287 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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
DDWARFContext.cpp1511 DWARFSectionMap LocSection; member in __anon7fa3c61e0f11::DWARFObjInMemory
1539 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1897 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp695 .Case("debug_loc", &LocSection.Data) in DWARFContextInMemory()
765 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()