Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h566 class SymbolTableBaseSection : public SyntheticSection {
568 SymbolTableBaseSection(StringTableSection &StrTabSec);
590 class SymbolTableSection final : public SymbolTableBaseSection {
1007 SymbolTableBaseSection *DynSymTab;
1026 SymbolTableBaseSection *SymTab;
H A DSyntheticSections.cpp1851 SymbolTableBaseSection::SymbolTableBaseSection(StringTableSection &StrTabSec) in SymbolTableBaseSection() function in SymbolTableBaseSection
1874 void SymbolTableBaseSection::finalizeContents() { in finalizeContents()
1909 void SymbolTableBaseSection::sortSymTabSymbols() { in sortSymTabSymbols()
1933 void SymbolTableBaseSection::addSymbol(Symbol *B) { in addSymbol()
1941 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *Sym) { in getSymbolIndex()
1964 : SymbolTableBaseSection(StrTabSec) { in SymbolTableSection()