Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h199 std::string srcLoc; member
H A DRelocations.cpp116 if (!errPlace.srcLoc.empty()) in reportRangeError()
117 hint += "\n>>> referenced by " + errPlace.srcLoc; in reportRangeError()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp421 if (!place.srcLoc.empty()) in stateChangeWarning()
422 hint = "; " + place.srcLoc; in stateChangeWarning()