Searched refs:SrcFile (Results 1 – 1 of 1) sorted by relevance
307 std::string SrcFile = getFile<ELFT>()->SourceFile; in getLocation() local308 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()