Searched refs:GdbIndexSection (Results 1 – 4 of 4) sorted by relevance
2708 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection2717 static SmallVector<GdbIndexSection::CuEntry, 0>2719 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()2795 using GdbSymbol = GdbIndexSection::GdbSymbol; in createSymbols()2876 template <class ELFT> GdbIndexSection *GdbIndexSection::create() { in create()2922 auto *ret = make<GdbIndexSection>(); in create()2935 void GdbIndexSection::writeTo(uint8_t *buf) { in writeTo()3991 template GdbIndexSection *GdbIndexSection::create<ELF32LE>();3992 template GdbIndexSection *GdbIndexSection::create<ELF32BE>();3993 template GdbIndexSection *GdbIndexSection::create<ELF64LE>();[all …]
791 class GdbIndexSection final : public SyntheticSection {823 GdbIndexSection();824 template <typename ELFT> static GdbIndexSection *create();
544 add(*GdbIndexSection::create<ELFT>()); in createSyntheticSections()
2060 StringRef GdbIndexSection; member in __anonafd15ee41111::DWARFObjInMemory2082 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()2358 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()