Searched refs:SymbolTableSection (Results 1 – 2 of 2) sorted by relevance
38 class SymbolTableSection; variable80 virtual Error visit(const SymbolTableSection &Sec) = 0;97 virtual Error visit(SymbolTableSection &Sec) = 0;118 virtual Error visit(const SymbolTableSection &Sec) override = 0;138 Error visit(const SymbolTableSection &Sec) override;162 Error visit(SymbolTableSection &Sec) override;182 Error visit(const SymbolTableSection &Sec) override;649 SymbolTableSection *Symbols = nullptr;662 void setSymTab(SymbolTableSection *SymTab) { Symbols = SymTab; } in setSymTab()676 class SymbolTableSection : public SectionBase {[all …]
103 Error ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) { in visit()150 Error BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()650 Expected<SymbolTableSection *> Sec = in initialize()651 SecTable.getSectionOfType<SymbolTableSection>( in initialize()723 void SymbolTableSection::assignIndices() { in assignIndices()729 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()754 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()771 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()780 Error SymbolTableSection::removeSymbols( in removeSymbols()791 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()[all …]