Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h502 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
H A DSyntheticSections.cpp1455 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection() function in macho
2514 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);
2515 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
H A DWriter.cpp996 symtabSection = makeSymtabSection<LP>(*stringTableSection); in createOutputSections()