Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.cpp107 std::string lineStr = (":" + Twine(line)).str(); in getSourceLocation() local
109 return filename + lineStr; in getSourceLocation()
110 return (filename + lineStr + " (" + path + lineStr + ")").str(); in getSourceLocation()