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.h478 uint32_t getNumLocalSymbols() const { in getNumLocalSymbols() function
H A DWriter.cpp207 c->iextdefsym = c->nlocalsym = symtabSection->getNumLocalSymbols(); in writeTo()