Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3414 GdbIndexSection::GdbIndexSection(Ctx &ctx) in GdbIndexSection() function in GdbIndexSection
3419 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 …]
H A DConfig.h59 class GdbIndexSection; variable
597 std::unique_ptr<GdbIndexSection> gdbIndex;
H A DSyntheticSections.h944 class GdbIndexSection final : public SyntheticSection {
976 GdbIndexSection(Ctx &);
978 static std::unique_ptr<GdbIndexSection> create(Ctx &);
/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()