Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp2678 GdbIndexSection::GdbIndexSection() in GdbIndexSection() function in GdbIndexSection
2683 size_t GdbIndexSection::computeSymtabSize() const { in computeSymtabSize()
2688 void GdbIndexSection::initOutputSize() { in initOutputSize()
2701 static std::vector<GdbIndexSection::CuEntry> readCuList(DWARFContext &dwarf) { in readCuList()
2702 std::vector<GdbIndexSection::CuEntry> ret; in readCuList()
2708 static std::vector<GdbIndexSection::AddressEntry>
2710 std::vector<GdbIndexSection::AddressEntry> ret; in readAddressAreas()
2741 static std::vector<GdbIndexSection::NameAttrEntry>
2743 const std::vector<GdbIndexSection::CuEntry> &cus) { in readPubNamesAndTypes()
2747 std::vector<GdbIndexSection::NameAttrEntry> ret; in readPubNamesAndTypes()
[all …]
DSyntheticSections.h731 class GdbIndexSection final : public SyntheticSection {
763 GdbIndexSection();
764 template <typename ELFT> static GdbIndexSection *create();
DWriter.cpp531 add(GdbIndexSection::create<ELFT>()); in createSyntheticSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1508 StringRef GdbIndexSection; member in __anonb929a5320d11::DWARFObjInMemory
1529 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()
1813 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1576 StringRef GdbIndexSection; member in __anon7fa3c61e0f11::DWARFObjInMemory
1598 .Case("gdb_index", &GdbIndexSection) in mapSectionToMember()
1875 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection()