Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp105 std::string lineStr = (":" + Twine(line)).str(); in getSourceLocation() local
107 return filename + lineStr; in getSourceLocation()
108 return (filename + lineStr + " (" + path + lineStr + ")").str(); in getSourceLocation()