Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1197 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection() function in macho
1756 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);
1757 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
H A DSyntheticSections.h455 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
H A DWriter.cpp925 symtabSection = makeSymtabSection<LP>(*stringTableSection); in createOutputSections()