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.cpp1376 template <class LP> class SymtabSectionImpl final : public SymtabSection { class
1378 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl() function in SymtabSectionImpl
1384 template <class LP> uint64_t SymtabSectionImpl<LP>::getRawSize() const { in getRawSize()
1388 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { in writeTo()
1456 return make<SymtabSectionImpl<LP>>(stringTableSection); in makeSymtabSection()