Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp598 std::string &pre_hint, in getAlternativeSpelling() argument
684 pre_hint = ": extern \"C\" "; in getAlternativeSpelling()
702 pre_hint = " to declare "; in getAlternativeSpelling()
772 std::string pre_hint = ": ", post_hint; in reportUndefinedSymbol() local
774 getAlternativeSpelling(sym, pre_hint, post_hint)) { in reportUndefinedSymbol()
775 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint; in reportUndefinedSymbol()