Searched refs:GdbIndexSection (Results 1 – 4 of 4) sorted by relevance
3414 GdbIndexSection::GdbIndexSection(Ctx &ctx) in GdbIndexSection() function in GdbIndexSection3419 size_t GdbIndexSection::computeSymtabSize() const { in computeSymtabSize()3423 static SmallVector<GdbIndexSection::CuEntry, 0>3425 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()3431 static SmallVector<GdbIndexSection::AddressEntry, 0>3433 SmallVector<GdbIndexSection::AddressEntry, 0> ret; in readAddressAreas()3464 static SmallVector<GdbIndexSection::NameAttrEntry, 0>3466 const SmallVectorImpl<GdbIndexSection::CuEntry> &cus) { in readPubNamesAndTypes()3470 SmallVector<GdbIndexSection::NameAttrEntry, 0> ret; in readPubNamesAndTypes()3484 [&](GdbIndexSection::CuEntry cu) { in readPubNamesAndTypes()[all …]
59 class GdbIndexSection; variable597 std::unique_ptr<GdbIndexSection> gdbIndex;
944 class GdbIndexSection final : public SyntheticSection {976 GdbIndexSection(Ctx &);978 static std::unique_ptr<GdbIndexSection> create(Ctx &);
2062 StringRef GdbIndexSection; member in __anonfc0a132e1211::DWARFObjInMemory2084 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()2360 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()