Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp207 if (!(isPrivateLabel(sym->getName()) && getSymSizeForMap(sym) == 0)) { in writeMapFile()
H A DSymbols.h393 inline bool isPrivateLabel(StringRef name) { in isPrivateLabel() function
H A DInputFiles.cpp724 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined()