Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h462 uint32_t getNumLocalSymbols() const { in getNumLocalSymbols() function
H A DWriter.cpp209 c->iextdefsym = c->nlocalsym = symtabSection->getNumLocalSymbols(); in writeTo()