Home
last modified time | relevance | path

Searched refs:GdbIndexSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3325 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection
3330 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 …]
H A DSyntheticSections.h929 class GdbIndexSection final : public SyntheticSection {
961 GdbIndexSection();
962 template <typename ELFT> static std::unique_ptr<GdbIndexSection> create();
1510 std::unique_ptr<GdbIndexSection> gdbIndex;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2062 StringRef GdbIndexSection; member in __anonfc0a132e1211::DWARFObjInMemory
2084 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()
2360 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()