Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DARM.cpp405 if (!place.srcLoc.empty()) in stateChangeWarning()
406 hint = "; " + place.srcLoc; in stateChangeWarning()
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h187 std::string srcLoc; member
DRelocations.cpp104 if (!errPlace.srcLoc.empty()) in reportRangeError()
105 hint += "\n>>> referenced by " + errPlace.srcLoc; in reportRangeError()