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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp739 std::string &pre_hint,
824 pre_hint = ": extern \"C\" ";
842 pre_hint = " to declare ";
894 std::string pre_hint = ": ", post_hint; local
896 cast<Undefined>(sym), pre_hint, post_hint)) {
897 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint;
738 getAlternativeSpelling(const Undefined &sym, std::string &pre_hint, std::string &post_hint) argument

Completed in 421 milliseconds