Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp584 StringRef nameWithoutUnderscore = name; in getAlternativeSpelling() local
585 nameWithoutUnderscore.consume_front("_"); in getAlternativeSpelling()
588 if (canSuggestExternCForCXX(nameWithoutUnderscore, it.first)) { in getAlternativeSpelling()
594 if (canSuggestExternCForCXX(nameWithoutUnderscore, sym->getName())) { in getAlternativeSpelling()