Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2708 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection
2717 static SmallVector<GdbIndexSection::CuEntry, 0>
2719 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()
2795 using GdbSymbol = GdbIndexSection::GdbSymbol; in createSymbols()
2876 template <class ELFT> GdbIndexSection *GdbIndexSection::create() { in create()
2922 auto *ret = make<GdbIndexSection>(); in create()
2935 void GdbIndexSection::writeTo(uint8_t *buf) { in writeTo()
3991 template GdbIndexSection *GdbIndexSection::create<ELF32LE>();
3992 template GdbIndexSection *GdbIndexSection::create<ELF32BE>();
3993 template GdbIndexSection *GdbIndexSection::create<ELF64LE>();
[all …]
H A DSyntheticSections.h791 class GdbIndexSection final : public SyntheticSection {
823 GdbIndexSection();
824 template <typename ELFT> static GdbIndexSection *create();
H A DWriter.cpp544 add(*GdbIndexSection::create<ELFT>()); in createSyntheticSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2060 StringRef GdbIndexSection; member in __anonafd15ee41111::DWARFObjInMemory
2082 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()
2358 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()