Searched refs:GdbIndexSection (Results 1 – 4 of 4) sorted by relevance
2720 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection2730 void GdbIndexSection::initOutputSize() { in initOutputSize()2743 static SmallVector<GdbIndexSection::CuEntry, 0>2745 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()2899 template <class ELFT> GdbIndexSection *GdbIndexSection::create() { in create()2943 auto *ret = make<GdbIndexSection>(); in create()2950 void GdbIndexSection::writeTo(uint8_t *buf) { in writeTo()3909 template GdbIndexSection *GdbIndexSection::create<ELF32LE>();3910 template GdbIndexSection *GdbIndexSection::create<ELF32BE>();3911 template GdbIndexSection *GdbIndexSection::create<ELF64LE>();[all …]
766 class GdbIndexSection final : public SyntheticSection {798 GdbIndexSection();799 template <typename ELFT> static GdbIndexSection *create();
486 add(*GdbIndexSection::create<ELFT>()); in createSyntheticSections()
1616 StringRef GdbIndexSection; member in __anon445fd25e0f11::DWARFObjInMemory1638 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()1918 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()