Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp498 if (!place.srcLoc.empty()) in stateChangeWarning()
499 hint = "; " + place.srcLoc; in stateChangeWarning()