Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/MachO/
HDMapFile.cpp210 if (!(isPrivateLabel(sym->getName()) && getSymSizeForMap(sym) == 0)) in writeMapFile()
HDSymbols.h393 inline bool isPrivateLabel(StringRef name) { in isPrivateLabel() function
HDInputFiles.cpp726 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined()