Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1294 template <class LP> class SymtabSectionImpl final : public SymtabSection { class
1296 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl() function in SymtabSectionImpl
1302 template <class LP> uint64_t SymtabSectionImpl<LP>::getRawSize() const { in getRawSize()
1306 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { in writeTo()
1375 return make<SymtabSectionImpl<LP>>(stringTableSection); in makeSymtabSection()