Searched refs:GdbIndexSection (Results 1 – 3 of 3) sorted by relevance
3325 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection3330 size_t GdbIndexSection::computeSymtabSize() const { in computeSymtabSize()3334 static SmallVector<GdbIndexSection::CuEntry, 0>3336 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()3342 static SmallVector<GdbIndexSection::AddressEntry, 0>3344 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()3375 static SmallVector<GdbIndexSection::NameAttrEntry, 0>3377 const SmallVectorImpl<GdbIndexSection::CuEntry> &cus) { in readPubNamesAndTypes()3381 SmallVector<GdbIndexSection::NameAttrEntry, 0> ret; in readPubNamesAndTypes()3395 [&](GdbIndexSection::CuEntry cu) { in readPubNamesAndTypes()[all …]
929 class GdbIndexSection final : public SyntheticSection {961 GdbIndexSection();962 template <typename ELFT> static std::unique_ptr<GdbIndexSection> create();1510 std::unique_ptr<GdbIndexSection> gdbIndex;
2062 StringRef GdbIndexSection; member in __anonfc0a132e1211::DWARFObjInMemory2084 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()2360 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()