Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DARM.cpp403 if (!place.srcLoc.empty()) in stateChangeWarning()
404 hint = "; " + place.srcLoc; in stateChangeWarning()
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h195 std::string srcLoc; member
H A DRelocations.cpp104 if (!errPlace.srcLoc.empty()) in reportRangeError()
105 hint += "\n>>> referenced by " + errPlace.srcLoc; in reportRangeError()