Home
last modified time | relevance | path

Searched refs:DebugNamesBaseSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h817 class DebugNamesBaseSection : public SyntheticSection {
885 DebugNamesBaseSection(Ctx &);
927 class DebugNamesSection final : public DebugNamesBaseSection {
H A DSyntheticSections.cpp2823 DebugNamesBaseSection::DebugNamesBaseSection(Ctx &ctx) in DebugNamesBaseSection() function in DebugNamesBaseSection
2841 static Expected<DebugNamesBaseSection::IndexEntry *>
2845 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()
2864 DebugNamesBaseSection::AttrValue attr, cuAttr = {0, 0}; in readEntry()
2914 void DebugNamesBaseSection::parseDebugNames( in parseDebugNames()
2999 void DebugNamesBaseSection::computeHdrAndAbbrevTable( in computeHdrAndAbbrevTable()
3098 void DebugNamesBaseSection::Abbrev::Profile(FoldingSetNodeID &id) const { in Profile()
3106 std::pair<uint32_t, uint32_t> DebugNamesBaseSection::computeEntryPool( in computeEntryPool()
3207 void DebugNamesBaseSection::init( in init()
3252 : DebugNamesBaseSection(ctx) { in DebugNamesSection()