Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp76 static std::string getDefinedLocation(const Symbol &sym) { in getDefinedLocation() function
92 std::string msg = getDefinedLocation(sym) + "\n>>> referenced by "; in getLocation()
119 hint += getDefinedLocation(*rel.sym); in reportRangeError()
136 "; references '" + lld::toString(sym) + '\'' + getDefinedLocation(sym); in reportRangeError()