Searched refs:GdbIndexSection (Results 1 – 5 of 5) sorted by relevance
2678 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection2683 size_t GdbIndexSection::computeSymtabSize() const { in computeSymtabSize()2688 void GdbIndexSection::initOutputSize() { in initOutputSize()2701 static std::vector<GdbIndexSection::CuEntry> readCuList(DWARFContext &dwarf) { in readCuList()2702 std::vector<GdbIndexSection::CuEntry> ret; in readCuList()2708 static std::vector<GdbIndexSection::AddressEntry>2710 std::vector<GdbIndexSection::AddressEntry> ret; in readAddressAreas()2741 static std::vector<GdbIndexSection::NameAttrEntry>2743 const std::vector<GdbIndexSection::CuEntry> &cus) { in readPubNamesAndTypes()2747 std::vector<GdbIndexSection::NameAttrEntry> ret; in readPubNamesAndTypes()[all …]
731 class GdbIndexSection final : public SyntheticSection {763 GdbIndexSection();764 template <typename ELFT> static GdbIndexSection *create();
531 add(GdbIndexSection::create<ELFT>()); in createSyntheticSections()
1508 StringRef GdbIndexSection; member in __anonb929a5320d11::DWARFObjInMemory1529 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()1813 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()
1576 StringRef GdbIndexSection; member in __anon7fa3c61e0f11::DWARFObjInMemory1598 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()1875 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()