Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1393 template <class LP> class SymtabSectionImpl final : public SymtabSection { class
1395 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl() function in SymtabSectionImpl
1401 template <class LP> uint64_t SymtabSectionImpl<LP>::getRawSize() const { in getRawSize()
1405 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { in writeTo()
1473 return make<SymtabSectionImpl<LP>>(stringTableSection); in makeSymtabSection()