Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp307 std::string SrcFile = getFile<ELFT>()->SourceFile; in getLocation() local
308 if (SrcFile.empty()) in getLocation()
309 SrcFile = toString(File); in getLocation()
312 return SrcFile + ":(function " + toString(*D) + ": " + SecAndOffset + ")"; in getLocation()
315 return (SrcFile + ":(" + SecAndOffset + ")"); in getLocation()