Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp75 static std::string getDefinedLocation(const Symbol &sym) { in getDefinedLocation() function
91 std::string msg = getDefinedLocation(sym) + "\n>>> referenced by "; in getLocation()
107 hint += getDefinedLocation(*rel.sym); in reportRangeError()
123 hint = "; references " + lld::toString(sym) + getDefinedLocation(sym); in reportRangeError()