Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp481 static bool canSuggestExternCForCXX(StringRef ref, StringRef def) { in canSuggestExternCForCXX() function
588 if (canSuggestExternCForCXX(nameWithoutUnderscore, it.first)) { in getAlternativeSpelling()
594 if (canSuggestExternCForCXX(nameWithoutUnderscore, sym->getName())) { in getAlternativeSpelling()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp581 static bool canSuggestExternCForCXX(StringRef ref, StringRef def) { in canSuggestExternCForCXX() function
691 if (canSuggestExternCForCXX(name, it.first)) { in getAlternativeSpelling()
697 if (canSuggestExternCForCXX(name, sym->getName())) { in getAlternativeSpelling()