Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2720 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection
2730 void GdbIndexSection::initOutputSize() { in initOutputSize()
2743 static SmallVector<GdbIndexSection::CuEntry, 0>
2745 SmallVector<GdbIndexSection::CuEntry, 0> ret; in readCuList()
2899 template <class ELFT> GdbIndexSection *GdbIndexSection::create() { in create()
2943 auto *ret = make<GdbIndexSection>(); in create()
2950 void GdbIndexSection::writeTo(uint8_t *buf) { in writeTo()
3909 template GdbIndexSection *GdbIndexSection::create<ELF32LE>();
3910 template GdbIndexSection *GdbIndexSection::create<ELF32BE>();
3911 template GdbIndexSection *GdbIndexSection::create<ELF64LE>();
[all …]
H A DSyntheticSections.h766 class GdbIndexSection final : public SyntheticSection {
798 GdbIndexSection();
799 template <typename ELFT> static GdbIndexSection *create();
H A DWriter.cpp486 add(*GdbIndexSection::create<ELFT>()); in createSyntheticSections()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1616 StringRef GdbIndexSection; member in __anon445fd25e0f11::DWARFObjInMemory
1638 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()
1918 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()