Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1117 template <class LP> class SymtabSectionImpl final : public SymtabSection { class
1119 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl() function in SymtabSectionImpl
1125 template <class LP> uint64_t SymtabSectionImpl<LP>::getRawSize() const { in getRawSize()
1129 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { in writeTo()
1198 return make<SymtabSectionImpl<LP>>(stringTableSection); in makeSymtabSection()