/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
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()
|
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()
|
D | DWARFUnit.h | 162 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/ |
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()
|
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()
|
D | DWARFUnit.h | 171 const DWARFSection *RS, const DWARFSection *LocSection, 273 const DWARFSection *RS, const DWARFSection *LocSection,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 62 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()
|
D | DWARFContext.cpp | 1446 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/ |
D | DWARFContext.h | 247 DWARFSection LocSection; variable 287 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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
|
D | DWARFContext.cpp | 1511 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/ |
D | DWARFContext.cpp | 695 .Case("debug_loc", &LocSection.Data) in DWARFContextInMemory() 765 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()
|