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.cpp486 static bool canSuggestExternCForCXX(StringRef ref, StringRef def) { in canSuggestExternCForCXX() function
592 if (canSuggestExternCForCXX(nameWithoutUnderscore, it.first)) { in getAlternativeSpelling()
598 if (canSuggestExternCForCXX(nameWithoutUnderscore, sym->getName())) { in getAlternativeSpelling()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp554 static bool canSuggestExternCForCXX(StringRef ref, StringRef def) { in canSuggestExternCForCXX() function
664 if (canSuggestExternCForCXX(name, it.first)) { in getAlternativeSpelling()
670 if (canSuggestExternCForCXX(name, sym->getName())) { in getAlternativeSpelling()